summary refs log tree commit diff stats
path: root/dwm
diff options
context:
space:
mode:
authorAlan Pearce2018-04-29 14:57:59 +0200
committerAlan Pearce2018-04-29 14:57:59 +0200
commit41c43e642dab3f23f18e4ae8be5dfd87d52efbfc (patch)
treea04baa29e472e41f95b0f93f594ae150a6077caa /dwm
parent45ea8a17b649309f0a0290d866be9937fef0f2c3 (diff)
downloaddotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.tar.lz
dotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.tar.zst
dotfiles-41c43e642dab3f23f18e4ae8be5dfd87d52efbfc.zip
Use mlterm everywhere
Diffstat (limited to 'dwm')
-rw-r--r--dwm/dwm/config.h2
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 */