Merge pull request #3728 from cdlscpmv/next

Add setting for minimal width of workspace buttons
This commit is contained in:
Ingo Bürk
2019-10-06 00:22:44 +02:00
committed by GitHub
13 changed files with 101 additions and 43 deletions

View File

@ -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);