diff options
Diffstat (limited to 'include/bar/config.h')
-rw-r--r-- | include/bar/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h index 508b9c42..fc938c38 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,8 @@ struct config { bool strip_workspace_numbers; bool binding_mode_indicator; bool workspace_buttons; + bool all_outputs; + list_t *outputs; int height; |