module(niri): Improve overview settings for batter view

This commit is contained in:
ulic-youthlic 2025-07-02 15:22:09 +08:00
parent be0f119852
commit edfe0e5bf9
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -404,6 +404,7 @@ in
(flag "hide-when-typing") (flag "hide-when-typing")
]) ])
(plain "layout" [ (plain "layout" [
(leaf "background-color" ["transparent"])
(plain "border" [ (plain "border" [
(flag "off") (flag "off")
(leaf "width" [4]) (leaf "width" [4])
@ -448,7 +449,10 @@ in
]) ])
]) ])
(plain "overview" [ (plain "overview" [
(plain "workspace-shadow" [
(flag "off")
]) ])
])
] # others ] # others
) )
++ ( ++ (
@ -533,5 +537,9 @@ in
]) ])
(leaf "geometry-corner-radius" [10.0]) (leaf "geometry-corner-radius" [10.0])
]) ])
(layer-rule [
(match [{namespace = "^mpvpaper$";}])
(leaf "place-within-backdrop" [true])
])
] # layer-rule ] # layer-rule
) )