hypr: treat rumno as overlay
This commit is contained in:
@@ -214,6 +214,19 @@ windowrule = match:title ^(Open File)$, float on
|
|||||||
windowrule = match:title ^(Save File)$, float on
|
windowrule = match:title ^(Save File)$, float on
|
||||||
windowrule = match:title ^(Confirm)$, 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)
|
# 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)
|
# Using hyprscratch rules instead of windowrule to avoid affecting child windows (e.g. Slack meets)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user