all repos — archive/dotfiles @ 41c43e642dab3f23f18e4ae8be5dfd87d52efbfc

Superseded by nixfiles

Use mlterm everywhere
Alan Pearce alan@alanpearce.eu
Sun, 29 Apr 2018 14:57:59 +0200
commit

41c43e642dab3f23f18e4ae8be5dfd87d52efbfc

parent

45ea8a17b649309f0a0290d866be9937fef0f2c3

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M dwm/dwm/config.hdwm/dwm/config.h
@@ -50,7 +50,7 @@ /* helper for spawning shell commands in the pre dwm-5.0 fashion */ #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 */
M i3/.config/i3/configi3/.config/i3/config
@@ -70,7 +70,7 @@ 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
M xbindkeys/.xbindkeysrc.scmxbindkeys/.xbindkeysrc.scm
@@ -53,5 +53,5 @@ (xbindkey '(mod4 F11) "mpc next") (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")