Allow different modifier keys for showing hidden i3bar.

This commit is contained in:
dbp
2011-12-11 21:58:57 -08:00
committed by Michael Stapelberg
parent f88c779457
commit a3081c488a
7 changed files with 152 additions and 7 deletions

View File

@ -20,6 +20,7 @@ typedef enum {
typedef struct config_t {
int hide_on_modifier;
int modifier;
position_t position;
int verbose;
struct xcb_color_strings_t colors;