We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16df48d commit 35b8288Copy full SHA for 35b8288
fs/install
@@ -317,6 +317,8 @@ if [ "$FS_HAS_OOBE" = "false" ]; then
317
318
echo "input type:touch map_to_output $DISP" > $DESTDIR/etc/sway/cadmium-shim.conf
319
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
322
323
# and also keybinds
324
echo 'bindsym '$MODKEY'+F4 exec sh -c grim -g "$(slurp)" - | wl-copy' >> $DESTDIR/etc/sway/cadmium-shim.conf
0 commit comments