feat(niri): improve window-rule for steam notification windows

This commit is contained in:
ulic-youthlic 2025-09-16 23:34:31 +08:00
parent 57d05a489f
commit 9d398b0103

View file

@ -641,15 +641,15 @@ in
(match [
{
app-id = "^steam$";
title = "^notification.*$";
title = "^notificationtoasts_\\d+_desktop$";
}
])
(leaf "open-floating" [ true ])
(leaf "open-focused" [ false ])
(leaf "default-floating-position" [
{
x = 0;
y = 0;
x = 10;
y = 10;
"relative-to" = "bottom-right";
}
])