diff options
Diffstat (limited to 'pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh')
| -rwxr-xr-x | pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh b/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh index 0eeb75c0..f67293cd 100755 --- a/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh +++ b/pkgs/by-name/sc/screenshot_persistent/screenshot_persistent.sh @@ -10,7 +10,7 @@ # shellcheck shell=bash -tmp="$(mktemp)" +tmp="$(mktemp -t screenshot_persistent_XXXXX)" if grim -g "$(slurp)" "$tmp"; then name="$(rofi -dmenu -p "Name of screenshot: " -l 0)" |
