dotfiles/.config/sway/inputs/default-touchpad.conf

27 lines
472 B
Plaintext
Raw Normal View History

2025-01-12 18:41:54 +00:00
### Input configuration
#
# 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:touchpad {
dwt enabled
tap enabled
natural_scroll enabled
}
#input type:mouse {
# map_to_output eDP-1
#}
#
#input type:touchpad {
# map_to_output eDP-1
#}
#
#input type:tablet_tool {
# map_to_output eDP-1
#}
#
#input type:touch {
# map_to_output eDP-1
#}