From d457a81d026c3aed0fbe8a65b3eb43f406177481 Mon Sep 17 00:00:00 2001 From: aleksav013 Date: Fri, 5 Mar 2021 23:05:42 +0100 Subject: st -> urxvt --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9efa774..1e62f5f 100644 --- a/config.def.h +++ b/config.def.h @@ -58,7 +58,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 *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "urxvt", NULL }; static const Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3