#ifndef CONFIG_H_
#define CONFIL_H_
typedef struct config_t {
int hide_on_modifier;
int verbose;
} config_t;
config_t config;
#endif