Add xfce4-terminal to i3-sensible-terminal

Fixes #753
next
Michael Stapelberg 2012-08-02 15:20:17 +02:00
parent 9f05354c1f
commit 4cba4c89ad
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# Distributions/packagers should enhance this script with a # Distributions/packagers should enhance this script with a
# distribution-specific mechanism to find the preferred terminal emulator. On # distribution-specific mechanism to find the preferred terminal emulator. On
# Debian, there is the x-terminal-emulator symlink for example. # Debian, there is the x-terminal-emulator symlink for example.
for terminal in $TERMINAL urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm; do for terminal in $TERMINAL urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal; do
if which $terminal > /dev/null 2>&1; then if which $terminal > /dev/null 2>&1; then
exec $terminal "$@" exec $terminal "$@"
fi fi

View File

@ -1,7 +1,7 @@
i3-sensible-terminal(1) i3-sensible-terminal(1)
======================= =======================
Michael Stapelberg <michael+i3@stapelberg.de> Michael Stapelberg <michael@i3wm.org>
v4.1, November 2011 v4.2, August 2012
== NAME == NAME
@ -30,6 +30,7 @@ It tries to start one of the following (in that order):
* xterm * xterm
* gnome-terminal * gnome-terminal
* roxterm * roxterm
* xfce4-terminal
Please dont complain about the order: If the user has any preference, he will Please dont complain about the order: If the user has any preference, he will
have $TERMINAL set or modified his i3 configuration file. have $TERMINAL set or modified his i3 configuration file.