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 ''; };