gri3-wm/i3bar/include/config.h

11 lines
127 B
C
Raw Normal View History

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