summaryrefslogtreecommitdiff
path: root/hosts/iroha/sway_input_output
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/sway_input_output')
-rw-r--r--hosts/iroha/sway_input_output24
1 files changed, 15 insertions, 9 deletions
diff --git a/hosts/iroha/sway_input_output b/hosts/iroha/sway_input_output
index e8598cb..b881ab9 100644
--- a/hosts/iroha/sway_input_output
+++ b/hosts/iroha/sway_input_output
@@ -15,6 +15,9 @@ input "1189:32769:BenQ_ZOWIE_BenQ_ZOWIE_Gaming_Mouse" {
accel_profile flat
pointer_accel -0.675
scroll_factor 1.0
+ scroll_method on_button_down
+ scroll_button 276
+ scroll_button_lock disabled
}
input "2362:9488:PixArt_USB_Optical_Mouse" {
@@ -35,27 +38,30 @@ input "1386:890:Wacom_One_by_Wacom_S_Pen" {
# left_handed = "enabled";
}
-output "DP-1" {
- mode 2560x1440@144.000Hz
+include ../monitors
+
+output $monitor1 {
+ mode 2560x1440@120.000Hz
#position 3000 200
position 1080 200
+ #position 1920 200
allow_tearing yes
max_render_time off
- adaptive_sync on
- render_bit_depth 10
+ adaptive_sync off
+ #render_bit_depth 10
}
-output "DP-2" {
+output $monitor2 {
mode 1920x1080@60.000Hz
transform 270
#position 1920 0
position 0 0
allow_tearing yes
max_render_time off
- render_bit_depth 10
+ #render_bit_depth 10
}
-#output "HDMI-A-1" {
+#output $monitor3 {
# mode 1920x1080@60.000Hz
# position 0 1000
# allow_tearing yes
@@ -63,5 +69,5 @@ output "DP-2" {
# render_bit_depth 10
#}
-bindsym $mod4+r exec swaymsg -- output DP-1 transform 90
-bindsym $mod4+Shift+r exec swaymsg -- output DP-1 transform 0
+bindsym $mod4+r exec swaymsg -- output $monitor1 transform 90
+bindsym $mod4+Shift+r exec swaymsg -- output $monitor1 transform 0