dotfiles/.config/sway/config.d/touchpad.conf

12 lines
234 B
Plaintext
Raw Normal View History

2022-12-05 09:03:43 +00:00
input type:touchpad {
tap enabled
natural_scroll disabled
}
2024-04-13 10:49:32 +00:00
# TODO not working
bindsym $mod+Alt+t swaymsg input type:touchpad events toggle
#input "pointer:motion:MSFT0002:01.*" {
# xinput events disable type:touchpad
#}