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

31 lines
647 B
Text
Raw Normal View History

2022-12-05 10:03:43 +01:00
input type:touchpad {
tap enabled
natural_scroll disabled
2025-02-04 11:21:22 +01:00
events enabled
dwt enabled
# TODO disabled_on_external_mouse
accel_profile adaptive
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
}
# FW16 Touchpad
# Also 2362:628:PIXA3854:00_093A:0274_Mouse
input 2362:628:PIXA3854:00_093A:0274_Touchpad {
pointer_accel 1
2022-12-05 10:03:43 +01:00
}
2024-04-13 12:49:32 +02:00
# TODO not working
2025-02-04 11:21:22 +01:00
#$bindsym $mod+Alt+t swaymsg input type:touchpad events toggle
2024-04-13 12:49:32 +02:00
2025-02-04 11:21:22 +01:00
#input type:mouse {
# accel_profile adaptive
# pointer_accel 1
#}
#
## Ploopy
#input 20547:23622:Ploopy_Corporation_Thumb_Trackball_Mouse {
# accel_profile adaptive
# pointer_accel 1
2024-04-13 12:49:32 +02:00
#}