Workspace updates
Rearrange some workspaces, now have: home, files, chat, email, remote, games - with associate icons and rules updates
This commit is contained in:
parent
ada3e40767
commit
39a8e48ba5
|
@ -199,11 +199,10 @@
|
||||||
++ (lib.lists.forEach layers ignorealpha);
|
++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, firefox"
|
"workspace 2, (libreoffice|soffice|com.obsproject.Studio)(.*)"
|
||||||
"workspace 3, (signal|whatsapp-for-linux|teams-for-linux)"
|
"workspace 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
||||||
"workspace 4, (libreoffice|soffice)(.*)"
|
"workspace 5, (x2goclient|Nxplayer.bin)"
|
||||||
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
"workspace 6 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||||
"workspace 6, (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"
|
||||||
|
|
|
@ -61,12 +61,12 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
"7" = " ";
|
"7" = " ";
|
||||||
"8" = " ";
|
"8" = " ";
|
||||||
"9" = " ";
|
"9" = " ";
|
||||||
|
@ -82,6 +82,8 @@
|
||||||
"2" = [];
|
"2" = [];
|
||||||
"3" = [];
|
"3" = [];
|
||||||
"4" = [];
|
"4" = [];
|
||||||
|
"5" = [];
|
||||||
|
"6" = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
|
|
Loading…
Reference in a new issue