Make hide_on_modifier configurable
This commit is contained in:
10
i3bar/include/config.h
Normal file
10
i3bar/include/config.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef CONFIG_H_
|
||||
#define CONFIL_H_
|
||||
|
||||
typedef struct config_t {
|
||||
int hide_on_modifier;
|
||||
} config_t;
|
||||
|
||||
config_t config;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user