enhancement: adds hyper as a sensible terminal option
- hyper.is
This commit is contained in:
parent
715cea61af
commit
42c5feb22f
|
@ -8,7 +8,7 @@
|
||||||
# We welcome patches that add distribution-specific mechanisms to find the
|
# We welcome patches that add distribution-specific mechanisms to find the
|
||||||
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
|
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
|
||||||
# symlink for example.
|
# 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 guake tilda alacritty; 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 alacritty hyper; do
|
||||||
if command -v "$terminal" > /dev/null 2>&1; then
|
if command -v "$terminal" > /dev/null 2>&1; then
|
||||||
exec "$terminal" "$@"
|
exec "$terminal" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -48,6 +48,7 @@ It tries to start one of the following (in that order):
|
||||||
* guake
|
* guake
|
||||||
* tilda
|
* tilda
|
||||||
* alacritty
|
* alacritty
|
||||||
|
* hyper
|
||||||
|
|
||||||
Please don’t complain about the order: If the user has any preference, they will
|
Please don’t complain about the order: If the user has any preference, they will
|
||||||
have $TERMINAL set or modified their i3 configuration file.
|
have $TERMINAL set or modified their i3 configuration file.
|
||||||
|
|
Loading…
Reference in New Issue