commit 408709ad01348fb25a41d2999b225d1c27eb66ca
parent e02e6de44b501ca1d637d75e26323d652f807d77
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 4 Jan 2019 03:03:49 +0100
Use st as term
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -65,11 +65,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[] = { "urxvt", NULL };
+static const char *termcmd[] = { "st", 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[] = { "urxvt", "-e", "mutt", NULL }; /* Define mutt command */
+static const char *muttcmd[] = { "st", "-e", "mutt", NULL }; /* Define mutt command */
static const char *statusbarcmd[] = { "dmenu_statusbar.sh", NULL}; /* Define command for starting dmenu-based statusbar */
static const char *lockcmd[] = { "slock", NULL}; /* Define command for locking screen */