From e5fdd2a9338e914a489f9598c9b4e841b38981c0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:16:27 +0200 Subject: cicada update --- dwm/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.def.h') 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[] = { -- cgit v1.2.3