]> git.sur5r.net Git - i3/i3/commitdiff
Add xfce4-terminal to i3-sensible-terminal
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 13:20:17 +0000 (15:20 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 13:20:17 +0000 (15:20 +0200)
Fixes #753

i3-sensible-terminal
man/i3-sensible-terminal.man

index a9975740864c07c51e2c18e1095f8eb43511ea65..fddefae10048f0f546e4b0404e32caeae0c7d1f4 100755 (executable)
@@ -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
index 7e32aab4f0337d1580739e2fa6cd79965c56a47a..1d9f9ff8647c3b4bba8949cb52e47abc8f36abc2 100644 (file)
@@ -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.