From: Tobias Sachs Date: Fri, 13 Sep 2024 06:32:52 +0000 (+0200) Subject: touchpad X-Git-Url: https://src.twobees.de/?a=commitdiff_plain;h=95be76a1da9ec784b8325e9d07d05af14f01ae18;p=dotfiles.git touchpad --- diff --git a/stow/sway/.config/sway/config b/stow/sway/.config/sway/config index 3dcf60c..9385b66 100644 --- a/stow/sway/.config/sway/config +++ b/stow/sway/.config/sway/config @@ -266,3 +266,11 @@ input type:keyboard { xkb_layout eu xkb_options grp:win_space_toggle } + +# get infos: 'swaymsg -t get_inputs' +input type:touchpad { + tap enabled + middle_emulation enabled + natural_scroll enabled + dwt enabled +}