feature: hide separator between titlebar and content (#91)

This commit is contained in:
head-gardener 2023-03-12 10:20:50 +03:00 committed by GitHub
parent 3b101734e6
commit ac31a61216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 45 additions and 13 deletions

View file

@ -201,6 +201,7 @@ sway_cmd cmd_title_align;
sway_cmd cmd_title_format;
sway_cmd cmd_titlebar_border_thickness;
sway_cmd cmd_titlebar_padding;
sway_cmd cmd_titlebar_separator;
sway_cmd cmd_unbindcode;
sway_cmd cmd_unbindswitch;
sway_cmd cmd_unbindgesture;

View file

@ -487,6 +487,7 @@ struct sway_config {
bool shadows_on_csd_enabled;
int shadow_blur_sigma;
float shadow_color[4];
bool titlebar_separator;
char *swaynag_command;
struct swaynag_instance swaynag_config_errors;