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);
|
++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 3 silent, (libreoffice|soffice)(.*)"
|
"workspace 3 silent, (signal|whatsapp-for-linux|teams-for-linux)"
|
||||||
"workspace 4 silent, (WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
"workspace 4 silent, (libreoffice|soffice)(.*)"
|
||||||
"workspace 5 silent, steam"
|
"workspace 5 silent, steam"
|
||||||
|
"workspace 6 silent, (WebCord|com.obsproject.Studio)"
|
||||||
|
|
||||||
# Float + move system windows
|
# Float + move system windows
|
||||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||||
|
|
|
@ -63,9 +63,10 @@
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
|
"6" = " ";
|
||||||
default = " ";
|
default = " ";
|
||||||
# active = " ";
|
# active = " ";
|
||||||
urgent = " ";
|
urgent = " ";
|
||||||
|
@ -77,6 +78,7 @@
|
||||||
"3" = [];
|
"3" = [];
|
||||||
"4" = [];
|
"4" = [];
|
||||||
"5" = [];
|
"5" = [];
|
||||||
|
"6" = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
|
|
Loading…
Reference in a new issue