add a data structure for 'bar' configuration
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
char *current_configpath = NULL;
|
||||
Config config;
|
||||
struct modes_head modes;
|
||||
struct barconfig_head barconfigs;
|
||||
|
||||
/**
|
||||
* Ungrabs all keys, to be called before re-grabbing the keys because of a
|
||||
|
Reference in New Issue
Block a user