diff options
author | Alan Pearce | 2018-04-29 14:57:59 +0200 |
---|---|---|
committer | Alan Pearce | 2018-04-29 14:57:59 +0200 |
commit | 41c43e642dab3f23f18e4ae8be5dfd87d52efbfc (patch) | |
tree | a04baa29e472e41f95b0f93f594ae150a6077caa /dwm | |
parent | 45ea8a17b649309f0a0290d866be9937fef0f2c3 (diff) | |
download | dotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.tar.lz dotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.tar.zst dotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.zip |
Use mlterm everywhere
Diffstat (limited to 'dwm')
-rw-r--r-- | dwm/dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/dwm/config.h b/dwm/dwm/config.h index ae1d8bb..659dfa1 100644 --- a/dwm/dwm/config.h +++ b/dwm/dwm/config.h @@ -50,7 +50,7 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *termcmd[] = { "urxvt", NULL }; +static const char *termcmd[] = { "mlterm", NULL }; static Key keys[] = { /* modifier key function argument */ |