module(niri): Improve overview settings for batter view
This commit is contained in:
parent
be0f119852
commit
edfe0e5bf9
1 changed files with 8 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ in
|
|||
(flag "hide-when-typing")
|
||||
])
|
||||
(plain "layout" [
|
||||
(leaf "background-color" ["transparent"])
|
||||
(plain "border" [
|
||||
(flag "off")
|
||||
(leaf "width" [4])
|
||||
|
|
@ -448,7 +449,10 @@ in
|
|||
])
|
||||
])
|
||||
(plain "overview" [
|
||||
(plain "workspace-shadow" [
|
||||
(flag "off")
|
||||
])
|
||||
])
|
||||
] # others
|
||||
)
|
||||
++ (
|
||||
|
|
@ -533,5 +537,9 @@ in
|
|||
])
|
||||
(leaf "geometry-corner-radius" [10.0])
|
||||
])
|
||||
(layer-rule [
|
||||
(match [{namespace = "^mpvpaper$";}])
|
||||
(leaf "place-within-backdrop" [true])
|
||||
])
|
||||
] # layer-rule
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue