236 current 1970-01-01 01:00:00 24.05.20240312.0ad13a6 6.6.21 *

This commit is contained in:
Max Känner 2024-03-15 15:35:54 +01:00
parent 15f0020ccf
commit 971d01eb39

View File

@ -272,7 +272,7 @@ in {
}; };
extraConfig = '' extraConfig = ''
bindswitch --reload --locked lid:on exec "[$(${pkgs.sway}/bin/swaymsg -t get_outputs | ${pkgs.jq}/bin/jq '. | length') -gt 1] && swaymsg output eDP-1 disable" bindswitch --reload --locked lid:on exec "[ $(${pkgs.sway}/bin/swaymsg -t get_outputs | ${pkgs.jq}/bin/jq '. | length') -gt 1 ] && swaymsg output eDP-1 disable"
bindswitch --reload --locked lid:off output eDP-1 enable bindswitch --reload --locked lid:off output eDP-1 enable
''; '';
}; };