parent
9f05354c1f
commit
4cba4c89ad
|
@ -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
|
||||||
|
|
|
@ -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 don’t complain about the order: If the user has any preference, he will
|
Please don’t 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.
|
||||||
|
|
Loading…
Reference in New Issue