diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /hosts/iroha/sway_input_output | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'hosts/iroha/sway_input_output')
| -rw-r--r-- | hosts/iroha/sway_input_output | 24 |
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 |