Skip to content

Commit

Permalink
include more terminals and remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Jun 15, 2017
1 parent 22aacb8 commit 799ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/rofi-sensible-terminal
Expand Up @@ -9,7 +9,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 termite urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal; do
for terminal in $TERMINAL x-terminal-emulator termite urxvt rxvt st terminator terminology qterminal Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal; do
if command -v $terminal > /dev/null 2>&1; then
exec $terminal "$@"
fi
Expand Down

0 comments on commit 799ace6

Please sign in to comment.