1
0
Fork 0
forked from ahurac/dotfiles

Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Hippolyte Chauvin 2023-12-01 22:57:36 +01:00
commit 6e7bfe2825

View file

@ -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