Skip to content

Commit

Permalink
terminal-run: add urxvt to close #2471
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Oct 23, 2023
1 parent 269691a commit 8e2f2bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/terminal-run
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ mate-terminal
lxterm
uxterm
xterm
urxvt
konsole
terminator
gnome-terminal
Expand Down Expand Up @@ -80,6 +81,9 @@ elif [ "$choice" == uxterm ];then
elif [ "$choice" == xterm ];then
xterm -e bash -c "$commands" &

elif [ "$choice" == urxvt ];then
urxvt -e bash -c "$commands" &

elif [ "$choice" == konsole ];then
konsole -e bash <(echo "$commands") &

Expand Down

0 comments on commit 8e2f2bb

Please sign in to comment.