Restore whatsapp-for-linux
Move OBSStudio to workspace 2 by default instead
This commit is contained in:
parent
d2a5c3cb1f
commit
b2378517d8
|
@ -196,9 +196,9 @@
|
||||||
++ (lib.lists.forEach layers ignorealpha);
|
++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, (firefox|chromium-browser)"
|
"workspace 2, (firefox|chromium-browser|com.obsproject.Studio)"
|
||||||
"workspace 3, (libreoffice|soffice)(.*)"
|
"workspace 3, (libreoffice|soffice)(.*)"
|
||||||
"workspace 4, (com.obsproject.Studio|WebCord|signal)"
|
"workspace 4, (WebCord|signal|whatsapp-for-linux)"
|
||||||
"workspace 4, org.prismlauncher.PrismLauncher"
|
"workspace 4, org.prismlauncher.PrismLauncher"
|
||||||
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
||||||
"workspace 6, (x2goclient|Nxplayer.bin)"
|
"workspace 6, (x2goclient|Nxplayer.bin)"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
tagger
|
tagger
|
||||||
webcord
|
webcord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
whatsapp-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
];
|
];
|
||||||
security = {
|
security = {
|
||||||
|
|
Loading…
Reference in a new issue