diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 05:18:05 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 05:18:05 +0300 |
commit | 8387366f0bce00a3131d00668ef1f4748f59923a (patch) | |
tree | 43f3126cf240eea795fa00272d44656dce21d530 /config.h | |
parent | 7a87d6e82e93ae8b99e02f82b3eb2ee5c7ae01ff (diff) |
dmenucmd color
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |