Added termite to default terminals

next
smlb 2014-11-23 17:51:57 +01:00 committed by Michael Stapelberg
parent 105db325dc
commit 9cbae6bb4f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# We welcome patches that add distribution-specific mechanisms to find the
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
# symlink for example.
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal; do
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite; do
if command -v $terminal > /dev/null 2>&1; then
exec $terminal "$@"
fi