diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 4b6d64b..8572cca 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -10,10 +10,10 @@ # PREV_ORIENTATION and ORIENTATION are given by rot8 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") - # close window by swiping down with 3 fingers - LISGD_ACTIONS+=("3,DU,*,M,R,${pkgs.sway}/bin/swaymsg kill") + # close window by swiping up with 3 fingers + # LISGD_ACTIONS+=("3,DU,*,M,R,${pkgs.sway}/bin/swaymsg kill") # move window left by swiping left with 2 fingers LISGD_ACTIONS+=("2,RL,*,*,R,${pkgs.sway}/bin/swaymsg move left")