I have a bash-script in which I want to display an image to the user. This is possible using ImageMagick’s display. But now the focus of the terminal window is lost, and is placed to the image. To continue my bash-script I have to ask the user to click on the terminal before continuing. This is unwanted behaviour. Is there