decorations: allow to globally disable titlebars

This commit is contained in:
Tobias Bengfort 2024-04-18 23:58:07 +02:00
parent a8f98cb90b
commit 9627af691f
6 changed files with 11 additions and 0 deletions

View file

@ -397,6 +397,10 @@ extending outward from the snapped edge.
*<theme><cornerRadius>*
The radius of server side decoration top corners. Default is 8.
*<theme><titlebar>* [yes|no]
Set this to 'no' to only keep a small border (and resize area)
around the window. Default is yes.
*<theme><keepBorder>* [yes|no]
Even when disabling server side decorations via ToggleDecorations,
keep a small border (and resize area) around the window. Default is yes.

View file

@ -23,6 +23,7 @@
<theme>
<name></name>
<cornerRadius>8</cornerRadius>
<titlebar>yes</titlebar>
<keepBorder>yes</keepBorder>
<font place="ActiveWindow">
<name>sans</name>