Use mlterm everywhere
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M xbindkeys/.xbindkeysrc.scm → xbindkeys/.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")