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

23 lines
336 B
Plaintext

# Floating apps near cursor with specific size
windowrule {
exe = nm-connection-editor
float = true
move = cursor
size = 900 700
}
windowrule {
exe = pavucontrol
float = true
move = cursor
size = 900 700
}
windowrule {
exe = blueman-manager
float = true
move = cursor
size = 900 700
}