Hyprland workspaces binds: remove silent
This commit is contained in:
parent
03f2fbe2fc
commit
52c7547539
|
@ -199,11 +199,11 @@
|
|||
++ (lib.lists.forEach layers ignorealpha);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 2 silent, firefox"
|
||||
"workspace 3 silent, (signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 4 silent, (libreoffice|soffice)(.*)"
|
||||
"workspace 5 silent, steam"
|
||||
"workspace 6 silent, (WebCord|com.obsproject.Studio)"
|
||||
"workspace 2, firefox"
|
||||
"workspace 3, (signal|whatsapp-for-linux|teams-for-linux)"
|
||||
"workspace 4, (libreoffice|soffice)(.*)"
|
||||
"workspace 5, steam"
|
||||
"workspace 6, (WebCord|com.obsproject.Studio)"
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
|
Loading…
Reference in a new issue