display waybar on all monitors
removed the output = [] array from home-manager/waybar.nix as it was preventing replugged monitors from displaying waybar, since their id (DP-XX) changes when being replugged
This commit is contained in:
parent
38ff4ee9a8
commit
e20ad6341f
2 changed files with 10 additions and 5 deletions
|
@ -14,11 +14,6 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 30;
|
||||
output = [
|
||||
"eDP-2"
|
||||
"DP-2"
|
||||
"DP-3"
|
||||
];
|
||||
modules-left = [ "wlr/taskbar" ];
|
||||
modules-center = [
|
||||
"clock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue