aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-19 14:37:19 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-19 14:37:19 +0200
commita6ea424efa959e91353bdafe24551b82429a95da (patch)
treee00db748b7a6cd19b4111576c32081a8afdf4709
parentst (diff)
downloaddwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.gz
dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.bz2
dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.xz
dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.zst
dwm-a6ea424efa959e91353bdafe24551b82429a95da.zip
up
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 99d247f..ca67e78 100644
--- a/config.h
+++ b/config.h
@@ -92,7 +92,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *term_cmd[] = { "alacritty", NULL };
+static const char *term_cmd[] = { "st", NULL };
static const char *coolterm_cmd[] = { "cool-retro-term", NULL };
static const char *dmenu_cmd[] = { "dmenu_run", "-i", "-m", "0", NULL };
static const char *dmpc_cmd[] = { "/home/jozan/.local/bin/dmpc", NULL };