]> src.twobees.de Git - dotfiles.git/commitdiff
touchpad main
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Fri, 13 Sep 2024 06:32:52 +0000 (08:32 +0200)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Fri, 13 Sep 2024 06:34:34 +0000 (08:34 +0200)
stow/sway/.config/sway/config

index 3dcf60c0a050bf1442e697422011ec98122b9fd8..9385b66158350d1a68656f3df3b7e17a9389218a 100644 (file)
@@ -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
+}