]> src.twobees.de Git - dotfiles.git/commitdiff
configure sway touchpad
authorTobias Sachs <nibbler-ts@ctsachs.de>
Sat, 17 Feb 2024 14:06:40 +0000 (15:06 +0100)
committerTobias Sachs <nibbler-ts@ctsachs.de>
Sat, 17 Feb 2024 14:06:40 +0000 (15:06 +0100)
stow/sway/.config/sway/config

index c55d09f3dee2ba5c21fdbb2fdf2847f07a5be9aa..6565ca22bf5a3130dd48f0b749af9e921606ac1d 100644 (file)
@@ -254,9 +254,12 @@ bindsym Shift+Control+p exec grim -o $(swaymsg -t get_outputs | jq -r '.[] | sel
 for_window [window_role="About"] floating enable
 for_window [class="vlc"] floating enable
 
+input type:touchpad {
+    tap enabled
+    natural_scroll enabled
+}
+
 input type:keyboard {
     xkb_layout us,de
     xkb_options grp:win_space_toggle
 }
-
-