Regenerated

This commit is contained in:
2026-04-01 22:23:33 +02:00
parent c6a7f62403
commit 211f49deab
4 changed files with 354 additions and 389 deletions
@@ -1,24 +1,21 @@
# Floating and centering nm-connection-editor
windowrule = float, nm-connection-editor
windowrule = move center, nm-connection-editor
windowrule = size 900 700, nm-connection-editor
# Multiple apps floating, opening near cursor, with specific size
windowrule {
float = true
move = cursor
size = 900 700
match:class = nm-connection-editor
}
# Floating and centering pavucontrol
windowrule = float, pavucontrol
windowrule = move center, pavucontrol
windowrule = size 900 700, pavucontrol
windowrule {
float = true
move = cursor
size = 900 700
match:class = Pavucontrol
}
# Floating and centering blueman
windowrule = float, blueman
windowrule = move center, blueman
windowrule = size 900 700, blueman
# Make Wofi windows blurred
windowrulev2 = floatclass:Wofi,blur:15
windowrulev2 = floatclass:Wofi,floating:true
windowrulev2 = floatclass:Wofi,opacity:0.9,blur:15
# Move specific apps to workspaces automatically
#windowrule = move workspace 1, ^(kitty)$
#windowrule = move workspace 2, ^(zen)$
#windowrule = move workspace 3, ^(betterbird)$
windowrule {
float = true
move = cursor
size = 900 700
match:class = Blueman-manager
}