Skip to content

Commit

Permalink
fs/install: enable touchpad taps in sway
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 27, 2024
1 parent 16df48d commit 35b8288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35b8288

Please sign in to comment.