Regenerated

This commit is contained in:
2026-04-02 08:53:45 +02:00
parent cc8f9de9d6
commit b4d0aa97ef
3 changed files with 353 additions and 305 deletions
@@ -1,8 +1,24 @@
# Network Manager editor
windowrule = float true, move cursor, size 900 700, nm-connection-editor
windowrule {
match:class nm-connection-editor
float
move cursor
size 900 700
}
# PulseAudio Volume Control
windowrule = float true, move cursor, size 900 700, org.pulseaudio.pavucontrol
windowrule {
match:class org.pulseaudio.pavucontrol
float
move cursor
size 900 700
}
# Blueman Manager
windowrule = float true, move cursor, size 900 700, .blueman-manager-wrapped
windowrule {
match:class .blueman-manager-wrapped
float
move cursor
size 900 700
}