Make workspace rules silent, fix wrong order, fix suppressevent
This commit is contained in:
parent
d973beca07
commit
3c8d395b94
|
@ -196,11 +196,11 @@
|
|||
++ (lib.lists.forEach layers ignorealpha);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 1, emacs"
|
||||
"workspace 2, firefox"
|
||||
"workspace 3, (WebCord|signal|whatsapp-for-linux)"
|
||||
"workspace 4, (libreoffice|soffice)(.*)"
|
||||
"workspace 5, steam"
|
||||
"workspace 1 silent, emacs"
|
||||
"workspace 2 silent, firefox"
|
||||
"workspace 3 silent, (libreoffice|soffice)(.*)"
|
||||
"workspace 4 silent, (WebCord|signal|whatsapp-for-linux)"
|
||||
"workspace 5 silent, steam"
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
@ -213,7 +213,7 @@
|
|||
"move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
|
||||
|
||||
# LibreOffice
|
||||
"suppressevent fullscreen maximise, (libreoffice|soffice)(.*)"
|
||||
"suppressevent fullscreen maximize, (libreoffice|soffice)(.*)"
|
||||
|
||||
# PrismLauncher / Minecraft
|
||||
"float, org.prismlauncher.PrismLauncher"
|
||||
|
|
Loading…
Reference in a new issue