aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-11 16:22:32 -0800
committerxyz <gky44px1999@gmail.com>2021-12-11 16:22:32 -0800
commitc4e604da07b90640b68d67d2a30b150a848ba6aa (patch)
tree4139dc4d347a308f81835e0d877ddbac7f0d1709
parent4607d33b1660cc601b5d38a6f696f8b4bc62607f (diff)
use alacritty instead of st
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index df2d67a..49b62f5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -64,7 +64,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_base01, "-nf", col_base04, "-sb", col_base0D, "-sf", col_base00, NULL };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "alacritty", NULL };
static Key keys[] = {
/* modifier key function argument */