adding termite support

This commit is contained in:
archification 2019-03-23 11:55:21 -05:00
parent a0fc06c395
commit e2126aae96
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ else
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
elif $COMMAND terminal 2>/dev/null; then
terminal -e "sh -c 'TERM=xterm $LAUNCHER'"
elif $COMMAND termite 2>/dev/null; then
termite -e "sh -c 'TERM=xterm $LAUNCHER'"
else
sh -c 'TERM=xterm $LAUNCHER'
fi