diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-10-28 13:35:32 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-10-28 13:35:32 +0400 |
| commit | b6d68b6701ab20a9617cec6857ffd6653f10d572 (patch) | |
| tree | d770a655dc2e19ee9631e8d1efca33099b7db6ce /scripts | |
| parent | 0d4b059bda19b00879a58eb4c4975cdc944e537e (diff) | |
fix(shot): turn off compositor when screen capturing
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gui/shot | 2 |
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 |
