diff --git a/scripts/scrshtsel.sh b/scripts/scrshtsel.sh index 8eb2248..d600ce1 100755 --- a/scripts/scrshtsel.sh +++ b/scripts/scrshtsel.sh @@ -1,2 +1,2 @@ #!/bin/sh -scrot -e 'xclip -selection clipboard -t image/png -i $f' -o -s ~/scrsht.png +scrot -s -l 'mode=classic' -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png