File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ echo $cmd
43
43
44
44
# declare -a terminals=(x-terminal-emulator mate-terminal gnome-terminal terminator xfce4-terminal urxvt rxvt termit Eterm aterm uxterm xterm roxterm termite lxterminal terminology st qterminal lilyterm tilix terminix konsole kitty guake tilda alacritty)
45
45
terminal=" "
46
- declare -A terminals=( [" alacritty" ]=" alacritty -e $cmd || LIBGL_ALWAYS_SOFTWARE=1 alacritty -e $cmd " [" kitty" ]=" kitty $cmd " [" konsole" ]=" konsole -e $cmd " [" gnome-terminal" ]=" gnome-terminal --wait -- $cmd " [" xfce4-terminal" ]=" xfce4-terminal --disable-server --command '$cmd '" [" lxterminal" ]=" lxterminal -e $cmd " [" xterm" ]=" xterm -e $cmd " [" st" ]=" st $cmd " [" foot" ]=" foot $cmd " )
47
- declare -a term_order=( " alacritty" " kitty" " konsole" " gnome-terminal" " xfce4-terminal" " lxterminal" " xterm" " st" " foot" )
46
+ declare -A terminals=( [" alacritty" ]=" alacritty -e $cmd || LIBGL_ALWAYS_SOFTWARE=1 alacritty -e $cmd " [" rio " ]= " rio -e $cmd " [ " kitty" ]=" kitty $cmd " [" konsole" ]=" konsole -e $cmd " [" gnome-terminal" ]=" gnome-terminal --wait -- $cmd " [" xfce4-terminal" ]=" xfce4-terminal --disable-server --command '$cmd '" [" lxterminal" ]=" lxterminal -e $cmd " [" xterm" ]=" xterm -e $cmd " [" st" ]=" st $cmd " [" foot" ]=" foot $cmd " )
47
+ declare -a term_order=( " alacritty" " rio " " kitty" " konsole" " gnome-terminal" " xfce4-terminal" " lxterminal" " xterm" " st" " foot" )
48
48
49
49
if [ -z " $terminal " ] || ! command -v " $terminal " & > /dev/null; then
50
50
for entry in ${term_order[@]} ; do
You can’t perform that action at this time.
0 commit comments