parent
9f05354c1f
commit
4cba4c89ad
|
@ -8,7 +8,7 @@
|
|||
# Distributions/packagers should enhance this script with a
|
||||
# distribution-specific mechanism to find the preferred terminal emulator. On
|
||||
# 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
|
||||
exec $terminal "$@"
|
||||
fi
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
i3-sensible-terminal(1)
|
||||
=======================
|
||||
Michael Stapelberg <michael+i3@stapelberg.de>
|
||||
v4.1, November 2011
|
||||
Michael Stapelberg <michael@i3wm.org>
|
||||
v4.2, August 2012
|
||||
|
||||
== NAME
|
||||
|
||||
|
@ -30,6 +30,7 @@ It tries to start one of the following (in that order):
|
|||
* xterm
|
||||
* gnome-terminal
|
||||
* roxterm
|
||||
* xfce4-terminal
|
||||
|
||||
Please don’t complain about the order: If the user has any preference, he will
|
||||
have $TERMINAL set or modified his i3 configuration file.
|
||||
|
|
Loading…
Reference in New Issue