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);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 2, firefox"
|
||||
"workspace 3, (signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 4, (libreoffice|soffice)(.*)"
|
||||
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
||||
"workspace 6, (WebCord|com.obsproject.Studio)"
|
||||
"workspace 2, (libreoffice|soffice|com.obsproject.Studio)(.*)"
|
||||
"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
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
|
|
@ -61,12 +61,12 @@
|
|||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
"6" = " ";
|
||||
"7" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
|
@ -82,6 +82,8 @@
|
|||
"2" = [];
|
||||
"3" = [];
|
||||
"4" = [];
|
||||
"5" = [];
|
||||
"6" = [];
|
||||
};
|
||||
};
|
||||
mpris = {
|
||||
|
|
Loading…
Reference in a new issue