Make workspace rules silent, fix wrong order, fix suppressevent

This commit is contained in:
Evie Litherland-Smith 2024-03-14 09:57:44 +00:00
parent d973beca07
commit 3c8d395b94

View file

@ -196,11 +196,11 @@
++ (lib.lists.forEach layers ignorealpha); ++ (lib.lists.forEach layers ignorealpha);
windowrule = [ windowrule = [
# Workspace binds # Workspace binds
"workspace 1, emacs" "workspace 1 silent, emacs"
"workspace 2, firefox" "workspace 2 silent, firefox"
"workspace 3, (WebCord|signal|whatsapp-for-linux)" "workspace 3 silent, (libreoffice|soffice)(.*)"
"workspace 4, (libreoffice|soffice)(.*)" "workspace 4 silent, (WebCord|signal|whatsapp-for-linux)"
"workspace 5, steam" "workspace 5 silent, steam"
# 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"
@ -213,7 +213,7 @@
"move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
# LibreOffice # LibreOffice
"suppressevent fullscreen maximise, (libreoffice|soffice)(.*)" "suppressevent fullscreen maximize, (libreoffice|soffice)(.*)"
# PrismLauncher / Minecraft # PrismLauncher / Minecraft
"float, org.prismlauncher.PrismLauncher" "float, org.prismlauncher.PrismLauncher"