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