summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-07-17 05:18:05 +0300
committertsxv478 <vt0451@yandex.ru>2022-07-17 05:18:05 +0300
commit2c427eb0cdec35aa7a10cfcb59527e36533c5ee8 (patch)
tree43f3126cf240eea795fa00272d44656dce21d530 /config.h
parent4847838cb08f31aefd9d9e2abf6aaf9b06d1b455 (diff)
dmenucmd color
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ae60ac1..3cfb496 100644
--- a/config.h
+++ b/config.h
@@ -72,7 +72,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_gray2, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
#include <X11/XF86keysym.h>