home/.config/hypr/rules.conf
2025-03-24 11:08:46 +01:00

21 lines
683 B
Plaintext

# Blur the status bar
layerrule = blur, $statusbar
layerrule = ignorealpha 0.1, $statusbar
# Blur the launcher
layerrule = blur, launcher
layerrule = ignorealpha 0.1, launcher
# Disable maximize event
windowrule = suppressevent maximize, class:.*
# Open wallpaper selector in float mode
windowrule = float, class:($wallpaper)
# No gaps when there is a single window
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
# windowrule = rounding 0, floating:0, onworkspace:f[1]