diff --git a/scripts/screenshot.sh b/scripts/screenshot.sh index b210fd9..14a8e13 100755 --- a/scripts/screenshot.sh +++ b/scripts/screenshot.sh @@ -1,5 +1,5 @@ #!/bin/env sh -if [ "$(pidof slurp)" = "" ]; then - grimblast copy area +if ! pidof slurp; then + GRIMBLAST_HIDE_CURSOR=0 grimblast copy area fi