From 41c43e642dab3f23f18e4ae8be5dfd87d52efbfc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Apr 2018 14:57:59 +0200 Subject: Use mlterm everywhere --- dwm/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm') 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 */ -- cgit 1.4.1