Fix waybar persistent-workspaces for renamed setup
This commit is contained in:
parent
e2456be53a
commit
862ec2d202
|
@ -50,12 +50,19 @@
|
|||
};
|
||||
persistent-workspaces = {
|
||||
"emacs" = [ ];
|
||||
"web" = [ ];
|
||||
"term" = [ ];
|
||||
"btm" = [ ];
|
||||
"neomutt" = [ ];
|
||||
"system" = [ ];
|
||||
"web" = [ ];
|
||||
"email" = [ ];
|
||||
"chat" = [ ];
|
||||
"games" = [ ];
|
||||
"remote" = [ ];
|
||||
"1" = [ ];
|
||||
"2" = [ ];
|
||||
"3" = [ ];
|
||||
"4" = [ ];
|
||||
"5" = [ ];
|
||||
"6" = [ ];
|
||||
};
|
||||
show-special = true;
|
||||
sort-by = "id";
|
||||
|
|
Loading…
Reference in a new issue