Add workspace 6 for WebCord and OBS studio
Swap order of chat and files workspaces
This commit is contained in:
parent
1957423a7b
commit
11bfc5b12c
|
@ -199,9 +199,10 @@
|
|||
++ (lib.lists.forEach layers ignorealpha);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 3 silent, (libreoffice|soffice)(.*)"
|
||||
"workspace 4 silent, (WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 3 silent, (signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 4 silent, (libreoffice|soffice)(.*)"
|
||||
"workspace 5 silent, steam"
|
||||
"workspace 6 silent, (WebCord|com.obsproject.Studio)"
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
|
|
@ -63,9 +63,10 @@
|
|||
format-icons = {
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
default = " ";
|
||||
# active = " ";
|
||||
urgent = " ";
|
||||
|
@ -77,6 +78,7 @@
|
|||
"3" = [];
|
||||
"4" = [];
|
||||
"5" = [];
|
||||
"6" = [];
|
||||
};
|
||||
};
|
||||
mpris = {
|
||||
|
|
Loading…
Reference in a new issue