Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
use st as default terminal from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed May 1, 2013
1 parent 1479e76 commit 656882d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.def.h
Expand Up @@ -51,7 +51,7 @@ static const Layout layouts[] = {

/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion dwm.1
Expand Up @@ -57,7 +57,7 @@ click on a tag label adds/removes that tag to/from the focused window.
.TP
.B Mod1\-Shift\-Return
Start
.BR uxterm (1).
.BR st(1).
.TP
.B Mod1\-,
Focus previous screen, if any.
Expand Down

0 comments on commit 656882d

Please sign in to comment.