From 35b82888ca29bc45d77d521d4235f332a1afa604 Mon Sep 17 00:00:00 2001 From: Maya Matuszczyk Date: Wed, 27 Nov 2024 15:38:44 +0000 Subject: [PATCH] fs/install: enable touchpad taps in sway --- fs/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/install b/fs/install index 0568ff9..410e23d 100755 --- a/fs/install +++ b/fs/install @@ -317,6 +317,8 @@ if [ "$FS_HAS_OOBE" = "false" ]; then echo "input type:touch map_to_output $DISP" > $DESTDIR/etc/sway/cadmium-shim.conf echo "input type:touchpad click_method clickfinger" >> $DESTDIR/etc/sway/cadmium-shim.conf + echo "input type:touchpad tap enabled" >> $DESTDIR/etc/sway/cadmium-shim.conf + echo "input type:touchpad tap_button_map lrm" >> $DESTDIR/etc/sway/cadmium-shim.conf # and also keybinds echo 'bindsym '$MODKEY'+F4 exec sh -c grim -g "$(slurp)" - | wl-copy' >> $DESTDIR/etc/sway/cadmium-shim.conf