feat(sway-desktop): set up for screensharing of headless outputs
This commit is contained in:
parent
a78bc5488b
commit
9d9ec38477
3 changed files with 44 additions and 1 deletions
|
@ -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-*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue