summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-05-01 14:36:01 +0200
committerNPScript <nathan@reinerweb.ch>2022-05-01 14:36:01 +0200
commitc35181a9db175e5b45f77e5423e2d1dffe0fafcf (patch)
tree68d2b8a9ca49fdd2b2f2f3db9167edb79e680573 /config.def.h
parent8b48e309735f5fe49d35f86e967f4b5dea2a2f2d (diff)
first tweaks
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index a2ac963..e5f5634 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,11 +11,11 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
-static const char col_cyan[] = "#005577";
+static const char col_green[] = "#547f62";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
- [SchemeSel] = { col_gray4, col_cyan, col_cyan },
+ [SchemeSel] = { col_gray4, col_green, col_green },
};
/* tagging */
@@ -45,7 +45,7 @@ static const Layout layouts[] = {
};
/* key definitions */
-#define MODKEY Mod1Mask
+#define MODKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \