Some stylechanges to previous commit
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
#ifndef CONFIG_H_
|
||||
#define CONFIL_H_
|
||||
#define CONFIG_H_
|
||||
|
||||
#include "common.h"
|
||||
|
||||
typedef struct config_t {
|
||||
int hide_on_modifier;
|
||||
int verbose;
|
||||
int hide_on_modifier;
|
||||
int verbose;
|
||||
xcb_colors_t *colors;
|
||||
} config_t;
|
||||
|
||||
config_t config;
|
||||
|
Reference in New Issue
Block a user