From c51a137efed8d2cea6b9f3c0fefa4463267893b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 29 Sep 2025 17:48:29 +0200 Subject: [PATCH] 691 current 1970-01-01 01:00:00 25.05.20250901.7c815e5 6.12.44 * --- modules/home/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 8572cca..182ea25 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -13,7 +13,7 @@ # open nwggrid by swiping down with 3 fingers LISGD_ACTIONS=("3,UD,*,*,R,${pkgs.nwg-launchers}/bin/nwggrid -client") # 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 LISGD_ACTIONS+=("2,RL,*,*,R,${pkgs.sway}/bin/swaymsg move left")