Skip to content

Commit

Permalink
remove duplicate qterminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Apr 6, 2024
1 parent 32e0bcc commit 131fcde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions etc/terminal-run
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ elif [ "$choice" == alacritty ];then
elif [ "$choice" == kitty ];then
kitty bash -c "$commands" &

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

elif [ "$choice" == kgx ];then
#kgs stays open after command execution, so add command to kill it - see https://gitlab.gnome.org/GNOME/console/-/issues/135
commands+=$'\n''kill $(ps -p $$ -o ppid=)'
Expand Down

0 comments on commit 131fcde

Please sign in to comment.