Added qterminal to i3-sensible-terminal (#2367)

next
Zamarin Arthur 2016-05-31 23:57:58 +03:00 committed by Michael Stapelberg
parent 54cacd58ff
commit 82dd59cb31
2 changed files with 2 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 termit terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal mate-terminal terminology st; do
for terminal in "$TERMINAL" x-terminal-emulator urxvt rxvt termit terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal mate-terminal terminology st qterminal; do
if command -v "$terminal" > /dev/null 2>&1; then
exec "$terminal" "$@"
fi

View File

@ -38,6 +38,7 @@ It tries to start one of the following (in that order):
* mate-terminal
* terminology
* st
* qterminal
Please dont complain about the order: If the user has any preference, they will
have $TERMINAL set or modified their i3 configuration file.