summary refs log tree commit diff stats
path: root/dwm
diff options
context:
space:
mode:
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 */