diff --git a/bin/glurp b/bin/glurp index 6da3804..f10060d 100755 --- a/bin/glurp +++ b/bin/glurp @@ -65,11 +65,11 @@ esac # c* = clip, f* = file case "$2" in c*) - grim="${grim} -o -" + grim="${grim} -" clipboard="| wl-copy -t image/png" ;; f*) - grim="${grim} -o '$(screenshot_path)'" + grim="${grim} '$(screenshot_path)'" ;; *) error_usage ;; esac