690 current 1970-01-01 01:00:00 25.05.20250901.7c815e5 6.12.44 *

This commit is contained in:
2025-09-29 17:46:41 +02:00
parent 7c00b37a80
commit 1977d0d202

View File

@@ -10,10 +10,10 @@
# PREV_ORIENTATION and ORIENTATION are given by rot8 # PREV_ORIENTATION and ORIENTATION are given by rot8
LISGD_INPUT=/dev/input/by-path/platform-AMDI0010:02-event LISGD_INPUT=/dev/input/by-path/platform-AMDI0010:02-event
# open nwggrid by swiping up from the bottom edge # open nwggrid by swiping down with 3 fingers
LISGD_ACTIONS=("3,UD,*,*,R,${pkgs.nwg-launchers}/bin/nwggrid -client") LISGD_ACTIONS=("3,UD,*,*,R,${pkgs.nwg-launchers}/bin/nwggrid -client")
# close window by swiping down with 3 fingers # close window by swiping up with 3 fingers
LISGD_ACTIONS+=("3,DU,*,M,R,${pkgs.sway}/bin/swaymsg kill") # LISGD_ACTIONS+=("3,DU,*,M,R,${pkgs.sway}/bin/swaymsg kill")
# move window left by swiping left with 2 fingers # move window left by swiping left with 2 fingers
LISGD_ACTIONS+=("2,RL,*,*,R,${pkgs.sway}/bin/swaymsg move left") LISGD_ACTIONS+=("2,RL,*,*,R,${pkgs.sway}/bin/swaymsg move left")