diff options
Diffstat (limited to 'dwm/config.def.h')
-rwxr-xr-x | dwm/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index eb81236..39d0368 100755 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "themes/connect.h" +#include "themes/veloren.h" /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ @@ -51,7 +51,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", NULL }; static const char *termcmd[] = { "st", NULL }; static const Key keys[] = { |