feat(steam&niri): Add window-rule to show steam notify window better

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 5dd2eb2ac3
commit 7cd87ff477
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -637,6 +637,24 @@ in
]) ])
(leaf "open-focused" [ false ]) (leaf "open-focused" [ false ])
]) ])
(window-rule [
(match [
{
app-id = "^steam$";
title = "^notification.*$";
}
])
(leaf "open-floating" [ true ])
(leaf "open-focused" [ false ])
(leaf "default-floating-position" [
{
x = 0;
y = 0;
"relative-to" = "bottom-right";
}
])
(leaf "clip-to-geometry" [ false ])
])
] # window-rule ] # window-rule
) )
++ ( ++ (