diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-19 14:37:19 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-19 14:37:19 +0200 |
commit | a6ea424efa959e91353bdafe24551b82429a95da (patch) | |
tree | e00db748b7a6cd19b4111576c32081a8afdf4709 | |
parent | st (diff) | |
download | dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.gz dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.bz2 dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.xz dwm-a6ea424efa959e91353bdafe24551b82429a95da.tar.zst dwm-a6ea424efa959e91353bdafe24551b82429a95da.zip |
up
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |