all repos — dwm @ 656882d76f330543b8ecddcf5158e6da575f9202

my dwm build

use st as default terminal from now on
Anselm R Garbe anselm@garbe.us
Wed, 01 May 2013 15:41:44 +0200
commit

656882d76f330543b8ecddcf5158e6da575f9202

parent

1479e76f01bf066c441e096ad3f9370b433ce552

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.def.hconfig.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 */
M dwm.1dwm.1

@@ -57,7 +57,7 @@ .SS Keyboard commands

.TP .B Mod1\-Shift\-Return Start -.BR uxterm (1). +.BR st(1). .TP .B Mod1\-, Focus previous screen, if any.