i3/i3bar/include/config.h

11 lines
127 B
C
Raw Normal View History

2010-08-25 18:02:35 -04:00
#ifndef CONFIG_H_
#define CONFIL_H_
typedef struct config_t {
int hide_on_modifier;
} config_t;
config_t config;
#endif