set touchpad scroll to natural_scroll

This commit is contained in:
Tim Gröger 2023-05-16 22:16:42 +02:00
parent 0fdc8a0fec
commit 8499250eb6
1 changed files with 5 additions and 0 deletions

View File

@ -14,5 +14,10 @@ input "type:keyboard" {
xkb_layout "de"
xkb_variant "neo"
}
input "type:touchpad" {
tap enabled
natural_scroll enabled
middle_emulation enabled
}
# 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.