diff options
| author | 2025-11-21 14:50:30 -0500 | |
|---|---|---|
| committer | 2025-11-21 14:50:30 -0500 | |
| commit | 61c027738785e0585202b7b3a828e05344510f66 (patch) | |
| tree | 1a900c432c62b74e0e66d6f8f346030af8b187ec /hosts/iroha/sway_input_output | |
| parent | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (diff) | |
| download | dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.gz dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.bz2 dotfiles-61c027738785e0585202b7b3a828e05344510f66.zip | |
Tweaks
Diffstat (limited to 'hosts/iroha/sway_input_output')
| -rw-r--r-- | hosts/iroha/sway_input_output | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/iroha/sway_input_output b/hosts/iroha/sway_input_output index 06936cc..e8598cb 100644 --- a/hosts/iroha/sway_input_output +++ b/hosts/iroha/sway_input_output @@ -17,12 +17,24 @@ input "1189:32769:BenQ_ZOWIE_BenQ_ZOWIE_Gaming_Mouse" { scroll_factor 1.0 } +input "2362:9488:PixArt_USB_Optical_Mouse" { + accel_profile flat + pointer_accel -0.225 + scroll_factor 1.0 +} + input "1133:50504:Logitech_USB_Receiver_Mouse" { accel_profile flat pointer_accel -0.15 scroll_factor 1.0 } +input "1386:890:Wacom_One_by_Wacom_S_Pen" { + events disabled +# map_to_output = "DP-1"; +# left_handed = "enabled"; +} + output "DP-1" { mode 2560x1440@144.000Hz #position 3000 200 |