diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-14 14:47:30 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-14 14:47:30 +0200 |
commit | 63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb (patch) | |
tree | 3e19134bc70d2b13d3fa21e3d75ceb536701199c | |
parent | up (diff) | |
download | dwm-63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb.tar.gz dwm-63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb.tar.bz2 dwm-63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb.tar.xz dwm-63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb.tar.zst dwm-63aaf93a7b0750ede2b51fdf48c59f0a5394c8cb.zip |
st
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 99d247f..ca67e78 100644 --- a/config.def.h +++ b/config.def.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 }; |