Merge pull request #3167 from hwangcc23/fix-3163

Add strip_workspace_name
This commit is contained in:
Ingo Bürk
2018-03-11 16:33:10 +01:00
committed by GitHub
10 changed files with 40 additions and 9 deletions

View File

@ -52,6 +52,7 @@ typedef struct config_t {
bool disable_binding_mode_indicator;
bool disable_ws;
bool strip_ws_numbers;
bool strip_ws_name;
char *bar_id;
char *command;
char *fontname;