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

@ -63,6 +63,7 @@ struct rcxml {
/* theme */
char *theme_name;
int corner_radius;
bool ssd_titlebar;
bool ssd_keep_border;
struct font font_activewindow;
struct font font_inactivewindow;