diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:32:01 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:19 +0100 |
| commit | f43d079c051524bc559e6d9328ce310b0a49c21e (patch) | |
| tree | d58af109275deea93fb4cdb09478e787c58ca9ad /.config/sway/input.conf | |
| parent | 69b79cec96193fb65e56d3fee4426fd73088a056 (diff) | |
sway: update
Diffstat (limited to '.config/sway/input.conf')
| -rw-r--r-- | .config/sway/input.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/input.conf b/.config/sway/input.conf index 635d298..4246663 100644 --- a/.config/sway/input.conf +++ b/.config/sway/input.conf @@ -53,6 +53,7 @@ input $trackpoint { # --------- input $slimblade { natural_scroll disabled + pointer_accel 1 } bindsym --input-device=$slimblade --whole-window button8 seat - cursor press button3, seat - cursor release button3 bindsym --input-device=$slimblade --whole-window button3 seat - cursor press button8, seat - cursor release button8 |