From 219e75adea8058ec4aec6bae3778a40d0da819f5 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 5 Apr 2024 19:00:27 +0200 Subject: [PATCH] =?UTF-8?q?glurp=20:=20oups=20j'ai=20mal=20cod=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/glurp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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