From 9c838d7cfc7899e8b23db4cd3fc1c09a39bf2df2 Mon Sep 17 00:00:00 2001 From: Tobias Sachs Date: Sat, 17 Feb 2024 15:06:40 +0100 Subject: [PATCH] configure sway touchpad --- stow/sway/.config/sway/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stow/sway/.config/sway/config b/stow/sway/.config/sway/config index c55d09f..6565ca2 100644 --- a/stow/sway/.config/sway/config +++ b/stow/sway/.config/sway/config @@ -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 } - - -- 2.39.2