[sxiv] open gimp in the background

This commit is contained in:
odrling 2020-10-06 19:50:09 +02:00
parent 71d86138c1
commit 692c4aa922

View file

@ -28,7 +28,7 @@ do
setwallpaper "$file" "$HOME/.lock"
;;
"g")
gimp "$file"
gimp "$file" &
;;
esac