Added guake and tilda.

next
DebianWall 2018-02-19 15:35:01 +01:00
parent e9abc064de
commit 49f7e6bed0
2 changed files with 3 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 uxterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal mate-terminal terminology st qterminal lilyterm tilix terminix konsole kitty; do
for terminal in "$TERMINAL" x-terminal-emulator urxvt rxvt termit terminator Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal mate-terminal terminology st qterminal lilyterm tilix terminix konsole kitty guake tilda; do
if command -v "$terminal" > /dev/null 2>&1; then
exec "$terminal" "$@"
fi

View File

@ -45,6 +45,8 @@ It tries to start one of the following (in that order):
* terminix
* konsole
* kitty
* guake
* tilda
Please dont complain about the order: If the user has any preference, they will
have $TERMINAL set or modified their i3 configuration file.