mirror of
https://github.com/swaywm/sway.git
synced 2026-04-14 08:22:08 -04:00
Add support for workspace_min_width bar option.
This commit is contained in:
parent
657587964e
commit
989123a2a5
13 changed files with 74 additions and 3 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->workspace_min_width = 0;
|
||||
config->bindings = create_list();
|
||||
wl_list_init(&config->outputs);
|
||||
config->status_padding = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue