From b6d68b6701ab20a9617cec6857ffd6653f10d572 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 28 Oct 2025 13:35:32 +0400 Subject: fix(shot): turn off compositor when screen capturing --- scripts/gui/shot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3