mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
feature: hide separator between titlebar and content (#91)
This commit is contained in:
parent
3b101734e6
commit
ac31a61216
9 changed files with 45 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue