Merge pull request #633 from archification/add-termite-support
adding termite support
This commit is contained in:
commit
c158c7fe29
|
@ -81,6 +81,8 @@ else
|
||||||
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
|
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
|
||||||
elif $COMMAND terminal 2>/dev/null; then
|
elif $COMMAND terminal 2>/dev/null; then
|
||||||
terminal -e "sh -c 'TERM=xterm $LAUNCHER'"
|
terminal -e "sh -c 'TERM=xterm $LAUNCHER'"
|
||||||
|
elif $COMMAND termite 2>/dev/null; then
|
||||||
|
termite -e "sh -c 'TERM=xterm $LAUNCHER'"
|
||||||
else
|
else
|
||||||
sh -c 'TERM=xterm $LAUNCHER'
|
sh -c 'TERM=xterm $LAUNCHER'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue