Don’t start i3-nagbar when using -C to validate the config

This commit is contained in:
Michael Stapelberg
2011-10-20 22:25:59 +01:00
parent bf408c9a08
commit 12d866e4f6
3 changed files with 10 additions and 2 deletions

View File

@ -44,5 +44,6 @@ extern uint8_t root_depth;
extern bool xcursor_supported, xkb_supported;
extern xcb_window_t root;
extern struct ev_loop *main_loop;
extern bool only_check_config;
#endif