ssd: drop-shadows on tiled windows

This commit is contained in:
diredocks 2025-06-05 15:33:24 +08:00
parent 9af441ecd3
commit 0dbcd2221a
5 changed files with 10 additions and 1 deletions

View file

@ -524,6 +524,9 @@ extending outward from the snapped edge.
*<theme><dropShadows>* [yes|no]
Should drop-shadows be rendered behind windows. Default is no.
*<theme><dropShadowsOnTiled>* [yes|no]
Should drop-shadows be rendered behind tiled windows. Default is no.
*<theme><font place="">*
The font to use for a specific element of a window, menu or OSD.
Places can be any of:

View file

@ -38,6 +38,7 @@
<cornerRadius>8</cornerRadius>
<keepBorder>yes</keepBorder>
<dropShadows>no</dropShadows>
<dropShadowsOnTiled>no</dropShadowsOnTiled>
<font place="ActiveWindow">
<name>sans</name>
<size>10</size>