diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-02-22 17:27:17 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-02-22 17:27:17 +0100 |
| commit | 494b5e0f59e11a4cca43854b89f7633acc05023a (patch) | |
| tree | 786e749fd53707e36e4b9927516f8375857eec87 /include/bar/config.h | |
| parent | 4c1c91c084b1f5f33bf20416cea8aa320a08ead1 (diff) | |
Make single bar handle multiple outputs
Diffstat (limited to 'include/bar/config.h')
| -rw-r--r-- | include/bar/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h index 508b9c42..dfad0ba4 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -4,6 +4,8 @@ #include <stdint.h> #include <stdbool.h> +#include "list.h" + /** * Colors for a box with background, border and text colors. */ @@ -25,6 +27,7 @@ struct config { bool strip_workspace_numbers; bool binding_mode_indicator; bool workspace_buttons; + list_t *outputs; int height; |
