Files
nixos/Droidnix_v2/assets/hyprland/conf/hypr/window-rules.conf
T
2026-03-23 16:18:38 +00:00

11 lines
335 B
Plaintext

# Floating and centering nm-connection-editor
windowrule = float, nm-connection-editor
windowrule = move center, nm-connection-editor
windowrule = size 900 700, nm-connection-editor
# Center all new windows by default
windowrule = center, ^(.*)
# Example: Float specific apps (uncomment to use)
# windowrule = float, ^(pavucontrol)$