aboutsummaryrefslogtreecommitdiff
path: root/dwm_config.h
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:42 -0500
committerXander Swan <email>2025-12-03 10:00:42 -0500
commit68e1cdbb135fd87bb0df1170abaae749baa4eb87 (patch)
tree92897a074a61eb8c7d1f0f2df3d9824ee28af9dd /dwm_config.h
parentd56b384090e75a8d491d6e595420a8ce50eec0da (diff)
update config frfr
Diffstat (limited to 'dwm_config.h')
-rw-r--r--dwm_config.h13
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}},
};