Add an i3bar flag: --verbose

Fix the issue #3220. (https://github.com/i3/i3/issues/3220)
This commit is contained in:
hwangcc23
2018-04-10 22:20:42 +08:00
parent b688164235
commit e26fd91cf8
4 changed files with 11 additions and 4 deletions

View File

@ -47,7 +47,7 @@ typedef struct config_t {
bindings;
position_t position;
int verbose;
bool verbose;
struct xcb_color_strings_t colors;
bool disable_binding_mode_indicator;
bool disable_ws;