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

12 lines
234 B
Text
Raw Normal View History

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