From 33b540869ac39f817eb1a2c45d55c956b4eb0aca Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 20 Apr 2021 00:29:22 +0200 Subject: Replace st with mate-terminal --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3d7b73f..623e2cb 100644 --- a/config.def.h +++ b/config.def.h @@ -59,7 +59,7 @@ 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", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; -static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "mate-terminal", NULL }; static Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3