From fd6a67aae5a3abe017e3fd8c02ea6f0a8a3a86d6 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Mon, 11 Mar 2024 17:52:13 -0400 Subject: [PATCH] screenshot: back to flameshot --- .local/bin/screenshot | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.local/bin/screenshot b/.local/bin/screenshot index 85ebc7d..92e84e1 100755 --- a/.local/bin/screenshot +++ b/.local/bin/screenshot @@ -3,10 +3,8 @@ # Make a screenshot # -cd /tmp +# https://github.com/flameshot-org/flameshot/issues/7#issuecomment-1988948398 +export QT_SCALE_FACTOR=1 -file=$(mktemp scrot-XXXX.png) +exec flameshot gui -scrot - > $file - -gimp $file