client.kak: add termite in termcmd option

This commit is contained in:
Alex Leferry 2 2014-07-04 15:43:54 +02:00
parent a73bb330ea
commit a8ae1d7250

View File

@ -4,7 +4,8 @@ decl str termcmd %sh{
if [ -n "$TMUX" ]; then
echo "'tmux split-window -h'"
else
for termcmd in 'urxvt -e sh -c' \
for termcmd in 'termite -e ' \
'urxvt -e sh -c' \
'rxvt -e sh -c' \
'xterm -e sh -c' \
'roxterm -e sh -c' \