From 8fd5cb5bf1e6075b3c04fdf0f30626d882677a01 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 10 Mar 2021 11:29:37 +0100 Subject: [PATCH] Switched to st --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 145a638..bd99385 100644 --- a/src/config.h +++ b/src/config.h @@ -78,7 +78,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", bg_color, "-nf", text_color, "-sb", col_cyan, "-sf", col_gray4, "-p", "Run:", "-i", NULL }; -static const char *termcmd[] = { "urxvt", NULL }; +static const char *termcmd[] = { "st", NULL }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" };