From: Tobias Sachs Date: Sat, 17 Feb 2024 14:06:40 +0000 (+0100) Subject: configure sway touchpad X-Git-Url: https://src.twobees.de/?a=commitdiff_plain;h=9c838d7cfc7899e8b23db4cd3fc1c09a39bf2df2;hp=fd1090ed80fad18f294e826efc8503d7f02b9553;p=dotfiles.git configure sway touchpad --- 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 } - -