Skip to content

Commit 35b8288

Browse files
committed
fs/install: enable touchpad taps in sway
1 parent 16df48d commit 35b8288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ if [ "$FS_HAS_OOBE" = "false" ]; then
317317

318318
echo "input type:touch map_to_output $DISP" > $DESTDIR/etc/sway/cadmium-shim.conf
319319
echo "input type:touchpad click_method clickfinger" >> $DESTDIR/etc/sway/cadmium-shim.conf
320+
echo "input type:touchpad tap enabled" >> $DESTDIR/etc/sway/cadmium-shim.conf
321+
echo "input type:touchpad tap_button_map lrm" >> $DESTDIR/etc/sway/cadmium-shim.conf
320322

321323
# and also keybinds
322324
echo 'bindsym '$MODKEY'+F4 exec sh -c grim -g "$(slurp)" - | wl-copy' >> $DESTDIR/etc/sway/cadmium-shim.conf

0 commit comments

Comments
 (0)