added hide_titlebar option

This commit is contained in:
neuromagus 2024-02-29 23:47:38 +03:00
parent 1a3cfc50c1
commit 1cfa217168
4 changed files with 18 additions and 8 deletions

View file

@ -508,6 +508,7 @@ struct sway_config {
int font_height;
int font_baseline;
bool pango_markup;
bool hide_titlebar;
int titlebar_border_thickness;
int titlebar_h_padding;
int titlebar_v_padding;