From 0c8c2275f73d051f621836c242a2a79ab189663d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 29 Sep 2025 17:41:04 +0200 Subject: [PATCH] 688 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 aba738f..dd52c2c 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -11,7 +11,7 @@ LISGD_INPUT=/dev/input/by-path/platform-AMDI0010:02-event # open nwggrid by swiping up from the bottom edge - LISGD_ACTIONS=("3,UD,*,*,R,${pkgs.sway}/bin/swaymsg exec ${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 LISGD_ACTIONS+=("3,DU,*,L,R,${pkgs.sway}/bin/swaymsg kill")