diff options
Diffstat (limited to 'dwm_config.h')
| -rw-r--r-- | dwm_config.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dwm_config.h b/dwm_config.h index bf3580d..ccd5570 100644 --- a/dwm_config.h +++ b/dwm_config.h @@ -12,9 +12,9 @@ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = {"CommitMono:style=Regular:pixelsize=14"}; static const char dmenufont[] = "Fixed:style=Regular:pixelsize=14:antialias=false"; -static const char col_bg_active[] = "#969696"; +static const char col_bg_active[] = "#202020"; static const char col_fg_active[] = "#ffffff"; -static const char col_bg_inactive[] = "#202020"; +static const char col_bg_inactive[] = "#000000"; static const char col_fg_inactive[] = "#ffffff"; static const char *colors[][3] = { @@ -24,7 +24,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = {"WWW", "DEV", "GAME", "3", "2", "4", "1", "5", "6"}; +static const char *tags[] = {"WWW", "DEV", "GAME", "MISC"}; #define T(x) (1 << x) static const Rule rules[] = { @@ -107,12 +107,7 @@ static const Key keys[] = { TAGKEYS( XK_c, 0) TAGKEYS( XK_v, 1) TAGKEYS( XK_b, 2) - TAGKEYS( XK_1, 3) - TAGKEYS( XK_2, 4) - TAGKEYS( XK_3, 5) - TAGKEYS( XK_4, 6) - TAGKEYS( XK_5, 7) - TAGKEYS( XK_6, 8) + TAGKEYS( XK_x, 3) {MODKEY|ShiftMask, XK_e, quit, {0}}, }; |
