use st as default terminal from now on
Anselm R Garbe anselm@garbe.us
Wed, 01 May 2013 15:41:44 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
config.def.h
→
config.def.h
@@ -51,7 +51,7 @@ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "uxterm", NULL }; +static const char *termcmd[] = { "st", NULL }; static Key keys[] = { /* modifier key function argument */