diff --git a/config.h b/config.h index 6818251..5960371 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[] = { "$TERMINAL", NULL }; +static const char *termcmd[] = { "urxvt", NULL }; #include static Key keys[] = {