]> git.sur5r.net Git - i3/i3/blob - i3bar/include/config.h
Some stylechanges to previous commit
[i3/i3] / i3bar / include / config.h
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
3
4 #include "common.h"
5
6 typedef struct config_t {
7     int          hide_on_modifier;
8     int          verbose;
9     xcb_colors_t *colors;
10 } config_t;
11
12 config_t config;
13
14 #endif