feat: Add window rule for zen-browser
This commit is contained in:
parent
4bac25aefe
commit
908829263c
1 changed files with 10 additions and 0 deletions
|
|
@ -685,6 +685,16 @@
|
||||||
])
|
])
|
||||||
(leaf "clip-to-geometry" [false])
|
(leaf "clip-to-geometry" [false])
|
||||||
])
|
])
|
||||||
|
(window-rule [
|
||||||
|
(match [
|
||||||
|
{
|
||||||
|
app-id = "^zen-twilight$";
|
||||||
|
title = "^画中画$";
|
||||||
|
}
|
||||||
|
])
|
||||||
|
(leaf "open-floating" [true])
|
||||||
|
(leaf "open-focused" [false])
|
||||||
|
])
|
||||||
] # window-rule
|
] # window-rule
|
||||||
)
|
)
|
||||||
# ++ (
|
# ++ (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue