Update dwm/config.h

This commit is contained in:
Out Of Ideas 2023-11-01 15:30:18 +00:00
parent 65b38c67ee
commit 1870b18999
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ static const Layout layouts[] = {
};
/* ... */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black_alt, "-nf", col_light_blue_alt, "-sb", col_white_alt, "-sf", col_white, NULL };
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black_alt, "-nf", col_white, "-sb", col_light_blue_alt, "-sf", col_white_alt, NULL };
/* ... */