From c6e878e9d44fae9e2bc10c6c8f006bb43b882984 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 1 Dec 2023 22:28:43 +0100 Subject: [PATCH] glurp : erreur nom de la variable XDG_RUNTIME_DIR --- bin/glurp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/glurp b/bin/glurp index 7bae1a9..3489975 100755 --- a/bin/glurp +++ b/bin/glurp @@ -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