commit 1c19295683030baf764d0f48e5e949c20bc70234
parent c1cc734ebaf02b314bdc3e792fcc907111c15ede
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 3 Aug 2018 13:12:45 +0200
Replace st with urxvt
Use urxvt for now, since st currently gives graphical glitches
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -58,11 +58,11 @@ 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", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "urxvt", NULL };
static const char *clipcmd[] = { "clipmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; /* Define clipmenu command */
static const char *passcmd[] = { "passmenu", "--type", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; /* Define passmenu command */
static const char *firefoxcmd[] = { "firefox-nightly", NULL}; /* Define firefox command */
-static const char *muttcmd[] = { "st", "-e", "mutt", NULL }; /* Define mutt command */
+static const char *muttcmd[] = { "urxvt", "-e", "mutt", NULL }; /* Define mutt command */
static Key keys[] = {
/* modifier key function argument */