From a74dc40c8e31a2835753d1241593d0188b475b4f Mon Sep 17 00:00:00 2001 From: nagbalae Date: Sun, 21 Jun 2020 14:57:54 +0200 Subject: [PATCH] made urxvt the terminal --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5960371..6818251 100644 --- a/config.h +++ b/config.h @@ -75,7 +75,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", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "urxvt", NULL }; +static const char *termcmd[] = { "$TERMINAL", NULL }; #include static Key keys[] = {