mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
Add configuration option to disable window title
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
3d158264e2
commit
13835cf767
10 changed files with 62 additions and 16 deletions
|
|
@ -35,6 +35,7 @@ struct swaybar_config *init_config(void) {
|
|||
config->binding_mode_indicator = true;
|
||||
config->wrap_scroll = false;
|
||||
config->workspace_buttons = true;
|
||||
config->window_title = false;
|
||||
config->workspace_min_width = 0;
|
||||
config->bindings = create_list();
|
||||
wl_list_init(&config->outputs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue