glurp : erreur nom de la variable XDG_RUNTIME_DIR

This commit is contained in:
Hippolyte Chauvin 2023-12-01 22:28:43 +01:00
parent 89ac27367f
commit c6e878e9d4

View file

@ -66,7 +66,7 @@ case "$1" in
grim_args+=(-) grim_args+=(-)
;; ;;
file) file)
grim_args+=("$(screenshot_path "${XDG_RUN_TIME_DIR:-/tmp/$(whoami)}/screenshots")") grim_args+=("$(screenshot_path "${XDG_RUNTIME_DIR:-/tmp/$(whoami)}/screenshots")")
;; ;;
*) *)
false false