summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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