Update dwm/config.h

This commit is contained in:
Out Of Ideas 2023-10-31 01:02:42 +00:00
parent c6e47d41f4
commit 642434add9
1 changed files with 4 additions and 0 deletions

View File

@ -54,3 +54,7 @@ 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 };
/* ... */