From 5d729b4948ae21ce7429b657088cbef72a9e8299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 28 Apr 2025 13:07:29 +0200 Subject: [PATCH] 611 current 1970-01-01 01:00:00 24.11.20250421.9684b53 6.6.87 * --- modules/home/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 996233c..8f6fcfa 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -255,6 +255,7 @@ in { extraConfig = lib.mkIf cfg.laptop '' bindswitch --reload --locked lid:on exec "[ $(${pkgs.sway}/bin/swaymsg -t get_outputs | ${pkgs.jq}/bin/jq '. | length') -gt 1 ] && ${pkgs.sway}/bin/swaymsg output eDP-1 disable" bindswitch --reload --locked lid:off output eDP-1 enable + bindgesture swipe:down exec ${pkgs.nwg-launchers}/bin/nwggrid -client ''; };