Sway : Add config for touchpad.

This commit is contained in:
Dmitry Voronin 2024-03-28 07:13:20 +03:00
parent 69562f560c
commit 959113d47a

View file

@ -20,3 +20,12 @@ input type:pointer {
natural_scroll enabled
middle_emulation enabled
}
input type:touchpad {
accel_profile flat
pointer_accel 0
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
}