Worked on hyprland.conf

This commit is contained in:
2026-03-07 22:19:57 +01:00
parent a3b14c3b69
commit 2a95d27e69
13 changed files with 212 additions and 5 deletions
@@ -0,0 +1,10 @@
# 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)$