Corrected layout files

This commit is contained in:
2026-03-03 22:00:30 +01:00
parent 2776626e40
commit 53fa96fc51
4 changed files with 40 additions and 51 deletions
@@ -1,8 +1,10 @@
match:class nm-connection-editor, float 1, center 1, size 900 700
# Floating and centering nm-connection-editor
windowrule = float, nm-connection-editor
windowrule = move center, nm-connection-editor
windowrule = size 900 700, nm-connection-editor
# ===== Window Rules =====
windowrulev2 {
center = yes, class:.*
# Example: float specific apps
# float = yes, class:^(pavucontrol)$
}
# Center all new windows by default
windowrule = center, ^(.*)
# Example: Float specific apps (uncomment to use)
# windowrule = float, ^(pavucontrol)$