Sway : Configure pointer inputs.

This commit is contained in:
Dmitry Voronin 2024-03-28 06:49:11 +03:00
parent 7bd7ba028d
commit 92f9edf8f4

View file

@ -11,3 +11,12 @@
#
# You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section.
input type:pointer {
accel_profile flat
pointer_accel 0
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
}