forked from ahurac/dotfiles
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
6e7bfe2825
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue