From 09d552ef4a79594be4890f15f3add2ec3bbad2b2 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 5 May 2024 09:28:18 +0000 Subject: [PATCH] configure touchpad input --- dotfiles/.config/sway/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 8b56c218..03edb17f 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -197,6 +197,13 @@ input type:keyboard { xkb_options grp:rctrl_toggle } +input type:touchpad { + dwt enabled + tap enabled + middle_emulation enabled + natural_scroll enabled +} + # Input names: swaymsg -t get_inputs #------------#