feat(steam&niri): Add window-rule to show steam notify window better
This commit is contained in:
parent
5dd2eb2ac3
commit
7cd87ff477
1 changed files with 18 additions and 0 deletions
|
|
@ -637,6 +637,24 @@ in
|
|||
])
|
||||
(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
|
||||
)
|
||||
++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue