Files
nixos/Droidnix/generated/.config/hypr/window-rules.conf
T
2026-04-01 22:23:33 +02:00

22 lines
378 B
Plaintext

# Multiple apps floating, opening near cursor, with specific size
windowrule {
float = true
move = cursor
size = 900 700
match:class = nm-connection-editor
}
windowrule {
float = true
move = cursor
size = 900 700
match:class = Pavucontrol
}
windowrule {
float = true
move = cursor
size = 900 700
match:class = Blueman-manager
}