summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm/dwm/config.h2
-rw-r--r--i3/.config/i3/config2
-rw-r--r--xbindkeys/.xbindkeysrc.scm2
3 files changed, 3 insertions, 3 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 */
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 2ae8e5b..58dec9b 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -70,7 +70,7 @@ floating_modifier $mod
 mouse_warping none
 
 # start a terminal
-bindsym $mod+Return exec --no-startup-id urxvtc
+bindsym $mod+Return exec --no-startup-id mlterm
 
 # kill focused window
 bindsym $mod+Shift+w kill
diff --git a/xbindkeys/.xbindkeysrc.scm b/xbindkeys/.xbindkeysrc.scm
index 7b00c38..b8812cd 100644
--- a/xbindkeys/.xbindkeysrc.scm
+++ b/xbindkeys/.xbindkeysrc.scm
@@ -53,5 +53,5 @@
 (xbindkey '(mod4 F12) "mpc stop")
 
 (xbindkey '(mod4 p) "dmenu_run -fn '-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*' -nb '#002b36' -nf '#fdf6e3' -sb '#586e75' -sf '#fdf6e3' -hist '/home/alan/.cache/dmenu_run_history'")
-(xbindkey '(mod4 shift T) "urxvtc")
+(xbindkey '(mod4 shift T) "mlterm")
 (xbindkey '(mod4 shift E) "emacsclient -c")