611 current 1970-01-01 01:00:00 24.11.20250421.9684b53 6.6.87 *

This commit is contained in:
Max Känner 2025-04-28 13:07:29 +02:00
parent 05a5fc1976
commit 5d729b4948

View File

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