diff options
| author | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-17 16:11:28 +0000 |
|---|---|---|
| committer | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-17 16:11:28 +0000 |
| commit | 4bd46fb079fb5a32ee6eb2b297de273b261a9c71 (patch) | |
| tree | 81dfd95a863ae17de78a6c69a14dd5698c6de862 /include/swaybar/config.h | |
| parent | 001ec1f3fdd700c23fb6dc91018697130af225ff (diff) | |
Implement strip_workspace_name.
Diffstat (limited to 'include/swaybar/config.h')
| -rw-r--r-- | include/swaybar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 5d40790a..700e6b60 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -34,6 +34,7 @@ struct swaybar_config { char *hidden_state; char *modifier; bool strip_workspace_numbers; + bool strip_workspace_name; bool binding_mode_indicator; bool wrap_scroll; bool workspace_buttons; |
