glurp : changement du dossier contenant les screenshots
This commit is contained in:
parent
25c46efab9
commit
347782d594
1 changed files with 1 additions and 2 deletions
|
@ -66,7 +66,7 @@ case "$1" in
|
|||
grim_args+=(-)
|
||||
;;
|
||||
file)
|
||||
grim_args+=("$(screenshot_path "/tmp/${USER}")")
|
||||
grim_args+=("$(screenshot_path "${XDG_RUN_TIME_DIR:-/tmp/$(whoami)}/screenshots")")
|
||||
;;
|
||||
*)
|
||||
false
|
||||
|
@ -81,4 +81,3 @@ EOF
|
|||
trap clean EXIT
|
||||
|
||||
sh -s < "${temp_files[command_to_source]}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue