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);
|
++ (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"
|
||||||
|
|
Loading…
Reference in a new issue