hypr: treat rumno as overlay

This commit is contained in:
2026-02-13 00:05:42 -08:00
committed by Kat Huang
parent 20d8c13656
commit e9266b3b10

View File

@@ -214,6 +214,19 @@ windowrule = match:title ^(Open File)$, float on
windowrule = match:title ^(Save File)$, float on
windowrule = match:title ^(Confirm)$, float on
# Rumno OSD/notifications: treat as an overlay, not a "real" managed window.
# (Matches both class and title because rumno may set either depending on backend.)
windowrulev2 = float, class:.*[Rr]umno.*
windowrulev2 = pin, class:.*[Rr]umno.*
windowrulev2 = noborder, class:.*[Rr]umno.*
windowrulev2 = noshadow, class:.*[Rr]umno.*
windowrulev2 = noinitialfocus, class:.*[Rr]umno.*
windowrulev2 = float, title:.*[Rr]umno.*
windowrulev2 = pin, title:.*[Rr]umno.*
windowrulev2 = noborder, title:.*[Rr]umno.*
windowrulev2 = noshadow, title:.*[Rr]umno.*
windowrulev2 = noinitialfocus, title:.*[Rr]umno.*
# Scratchpad sizing handled by hyprscratch exec rules (see hyprland.nix)
# Using hyprscratch rules instead of windowrule to avoid affecting child windows (e.g. Slack meets)