mirror of
https://github.com/swaywm/sway.git
synced 2026-04-11 08:21:24 -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
|
|
@ -105,6 +105,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar->modifier = get_modifier_mask_by_name("Mod4");
|
||||
bar->status_padding = 1;
|
||||
bar->status_edge_padding = 3;
|
||||
bar->workspace_min_width = 0;
|
||||
if (!(bar->mode = strdup("dock"))) {
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue