feat(sway-desktop): set up for screensharing of headless outputs

This commit is contained in:
steveej 2024-10-09 00:02:32 +02:00
parent a78bc5488b
commit 9d9ec38477
3 changed files with 44 additions and 1 deletions

View file

@ -22,7 +22,14 @@
layer = "top";
position = "bottom";
height = 30;
output = ["*"];
output =
# hide the bar on HEADDLESS displays as i use them only for screensharing
(
builtins.genList (i: "!HEADLESS-${builtins.toString i}") 99
)
++ [
"*"
];
# output = [
# "eDP-1"
# "DP-*"