From 5027e46520ae34a79a33c0ed47487c3c04fce3f2 Mon Sep 17 00:00:00 2001 From: Harzo Date: Sat, 10 Jun 2023 12:35:32 +0200 Subject: [PATCH] grimshot: Add --freeze argument --- .local/bin/scripts/grimshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/scripts/grimshot b/.local/bin/scripts/grimshot index 4acf813..a09aa2c 100755 --- a/.local/bin/scripts/grimshot +++ b/.local/bin/scripts/grimshot @@ -11,7 +11,7 @@ esac filename=~/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S').png" -grimblast copysave "$target" "$filename" || exit 1 +grimblast --freeze copysave "$target" "$filename" || exit 1 action="$(dunstify \ -i "$filename" \