summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-10-28 13:35:32 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-10-28 13:35:32 +0400
commitb6d68b6701ab20a9617cec6857ffd6653f10d572 (patch)
treed770a655dc2e19ee9631e8d1efca33099b7db6ce /scripts
parent0d4b059bda19b00879a58eb4c4975cdc944e537e (diff)
fix(shot): turn off compositor when screen capturing
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gui/shot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/shot b/scripts/gui/shot
index 40be620..712f60b 100755
--- a/scripts/gui/shot
+++ b/scripts/gui/shot
@@ -53,7 +53,7 @@ if [ ! -e "$(dirname "${outfile}")" ]; then
fi
if [ "${s_flg}" = "1" ]; then
- run "scrot -zs ${outfile}" "${outfile}"
+ run --reload-compositor "scrot -zs ${outfile}" "${outfile}"
else
run "scrot -z ${outfile}" "${outfile}"
fi