client.kak: add termite in termcmd option
This commit is contained in:
parent
a73bb330ea
commit
a8ae1d7250
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue
Block a user