Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
enhancement: adds hyper as a sensible terminal option
Browse files Browse the repository at this point in the history
- hyper.is
  • Loading branch information
downzer0 committed Aug 1, 2018
1 parent 715cea6 commit 42c5feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion i3-sensible-terminal
Expand Up @@ -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 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
exec "$terminal" "$@"
fi
Expand Down
1 change: 1 addition & 0 deletions man/i3-sensible-terminal.man
Expand Up @@ -48,6 +48,7 @@ It tries to start one of the following (in that order):
* guake
* tilda
* alacritty
* hyper

Please don’t complain about the order: If the user has any preference, they will
have $TERMINAL set or modified their i3 configuration file.
Expand Down

0 comments on commit 42c5feb

Please sign in to comment.