diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-02-23 15:06:04 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-02-23 15:06:04 +0100 |
| commit | 9182e25ba6c0be1543f6b9a33fec200eacf32892 (patch) | |
| tree | 3eacdd14c2eb49826c56de8ddb7dbaf67720e59e /include/bar | |
| parent | 24e5e4071252b577072af86be38e5d2359d44742 (diff) | |
Differentiate between all or no outputs
Diffstat (limited to 'include/bar')
| -rw-r--r-- | include/bar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h index dfad0ba4..fc938c38 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -27,6 +27,7 @@ struct config { bool strip_workspace_numbers; bool binding_mode_indicator; bool workspace_buttons; + bool all_outputs; list_t *outputs; int height; |
