Update screenshot command to include --freeze option for improved capture stability

This commit is contained in:
Raul Dias
2025-09-05 18:23:16 -03:00
parent 8fd668fbb3
commit 7fe02e7d68

View File

@@ -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 \