glurp : erreur nom de la variable XDG_RUNTIME_DIR
This commit is contained in:
parent
89ac27367f
commit
c6e878e9d4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ case "$1" in
|
|||
grim_args+=(-)
|
||||
;;
|
||||
file)
|
||||
grim_args+=("$(screenshot_path "${XDG_RUN_TIME_DIR:-/tmp/$(whoami)}/screenshots")")
|
||||
grim_args+=("$(screenshot_path "${XDG_RUNTIME_DIR:-/tmp/$(whoami)}/screenshots")")
|
||||
;;
|
||||
*)
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue