Fix waybar persistent-workspaces for renamed setup

This commit is contained in:
Evie Litherland-Smith 2023-12-27 10:44:27 +00:00
parent e2456be53a
commit 862ec2d202

View file

@ -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";