Merge pull request #3728 from cdlscpmv/next
Add setting for minimal width of workspace buttons
This commit is contained in:
@ -789,6 +789,9 @@ static void dump_bar_config(yajl_gen gen, Barconfig *config) {
|
||||
ystr("workspace_buttons");
|
||||
y(bool, !config->hide_workspace_buttons);
|
||||
|
||||
ystr("workspace_min_width");
|
||||
y(integer, config->workspace_min_width);
|
||||
|
||||
ystr("strip_workspace_numbers");
|
||||
y(bool, config->strip_workspace_numbers);
|
||||
|
||||
|
Reference in New Issue
Block a user