Reduce to 5 main and 5 backup workspaces
Removed email workspace
This commit is contained in:
parent
8312e0d328
commit
7af353e182
|
@ -189,10 +189,11 @@
|
|||
++ (lib.lists.forEach layers ignorealpha);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 2, (libreoffice|soffice|com.obsproject.Studio)(.*)"
|
||||
"workspace 1, com.obsproject.Studio"
|
||||
"workspace 2, (libreoffice|soffice)(.*)"
|
||||
"workspace 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 5, (x2goclient|Nxplayer.bin)"
|
||||
"workspace 6 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||
"workspace 4, (x2goclient|Nxplayer.bin)"
|
||||
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
|
|
@ -60,15 +60,13 @@
|
|||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"7" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
"10" = " ";
|
||||
"11" = " ";
|
||||
"12" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"7" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
"10" = " ";
|
||||
default = " ";
|
||||
urgent = " ";
|
||||
};
|
||||
|
@ -79,7 +77,6 @@
|
|||
"3" = [];
|
||||
"4" = [];
|
||||
"5" = [];
|
||||
"6" = [];
|
||||
};
|
||||
};
|
||||
mpris = {
|
||||
|
|
Loading…
Reference in a new issue