gui(niri): Add window-rule to disable auto-focus for wechat little window
This commit is contained in:
parent
a3a4265b96
commit
1d98d3905f
1 changed files with 9 additions and 0 deletions
|
|
@ -523,6 +523,15 @@ in
|
||||||
(leaf "open-floating" [true])
|
(leaf "open-floating" [true])
|
||||||
(leaf "open-fullscreen" [false])
|
(leaf "open-fullscreen" [false])
|
||||||
])
|
])
|
||||||
|
(window-rule [
|
||||||
|
(match [
|
||||||
|
{
|
||||||
|
app-id = "^wechat$";
|
||||||
|
title = "^wechat$";
|
||||||
|
}
|
||||||
|
])
|
||||||
|
(leaf "open-focused" [false])
|
||||||
|
])
|
||||||
] # window-rule
|
] # window-rule
|
||||||
)
|
)
|
||||||
++ (
|
++ (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue