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);
|
++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# 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 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
||||||
"workspace 5, (x2goclient|Nxplayer.bin)"
|
"workspace 4, (x2goclient|Nxplayer.bin)"
|
||||||
"workspace 6 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
@ -60,15 +60,13 @@
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
"7" = " ";
|
"7" = " ";
|
||||||
"8" = " ";
|
"8" = " ";
|
||||||
"9" = " ";
|
"9" = " ";
|
||||||
"10" = " ";
|
"10" = " ";
|
||||||
"11" = " ";
|
|
||||||
"12" = " ";
|
|
||||||
default = " ";
|
default = " ";
|
||||||
urgent = " ";
|
urgent = " ";
|
||||||
};
|
};
|
||||||
|
@ -79,7 +77,6 @@
|
||||||
"3" = [];
|
"3" = [];
|
||||||
"4" = [];
|
"4" = [];
|
||||||
"5" = [];
|
"5" = [];
|
||||||
"6" = [];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
|
|
Loading…
Reference in a new issue