feat(niri): improve window-rule for steam notification windows
This commit is contained in:
parent
57d05a489f
commit
9d398b0103
1 changed files with 3 additions and 3 deletions
|
|
@ -641,15 +641,15 @@ in
|
||||||
(match [
|
(match [
|
||||||
{
|
{
|
||||||
app-id = "^steam$";
|
app-id = "^steam$";
|
||||||
title = "^notification.*$";
|
title = "^notificationtoasts_\\d+_desktop$";
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
(leaf "open-floating" [ true ])
|
(leaf "open-floating" [ true ])
|
||||||
(leaf "open-focused" [ false ])
|
(leaf "open-focused" [ false ])
|
||||||
(leaf "default-floating-position" [
|
(leaf "default-floating-position" [
|
||||||
{
|
{
|
||||||
x = 0;
|
x = 10;
|
||||||
y = 0;
|
y = 10;
|
||||||
"relative-to" = "bottom-right";
|
"relative-to" = "bottom-right";
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue