From 7fe02e7d68f944fb64c9aae720979411a806fc28 Mon Sep 17 00:00:00 2001 From: Raul Dias Date: Fri, 5 Sep 2025 18:23:16 -0300 Subject: [PATCH] Update screenshot command to include --freeze option for improved capture stability --- bin/omarchy-cmd-screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-screenshot b/bin/omarchy-cmd-screenshot index 330dde3..05cce7b 100755 --- a/bin/omarchy-cmd-screenshot +++ b/bin/omarchy-cmd-screenshot @@ -8,7 +8,7 @@ if [[ ! -d "$OUTPUT_DIR" ]]; then exit 1 fi -pkill slurp || hyprshot -m ${1:-region} --raw | +pkill slurp || hyprshot -m ${1:-region} --raw --freeze | satty --filename - \ --output-filename "$OUTPUT_DIR/screenshot-$(date +'%Y-%m-%d_%H-%M-%S').png" \ --early-exit \