From e8b2fcfb7913fdb0a55ed37fc870cacb1e0693b7 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 19 May 2023 23:43:45 -0700 Subject: change time.uuid to time-uuid in scripts --- home/xyz/.config/nsxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/xyz/.config/nsxiv') diff --git a/home/xyz/.config/nsxiv/exec/key-handler b/home/xyz/.config/nsxiv/exec/key-handler index 5bc777db..c648894b 100755 --- a/home/xyz/.config/nsxiv/exec/key-handler +++ b/home/xyz/.config/nsxiv/exec/key-handler @@ -55,7 +55,7 @@ case "$1" in "F") flip horizontal ;; "g") tr '\n' '\0' | xargs -0 setsid -f gimp ;; "k") tr '\n' '\0' | xargs -0 setsid -f krita ;; - "p") tr '\n' '\0' | xargs -0 sh -c 'convert "$@" $(time.uuid).pdf' shell ;; + "p") tr '\n' '\0' | xargs -0 sh -c 'convert "$@" $(time-uuid).pdf' shell ;; # alternative using `xclip -in -selection clipboard` "y") tr '\n' '\0' | xargs -0 realpath | tr '\n' '\0' | xargs -0 printf '%q ' | xsel -ib ;; "comma") rotate 270 ;; -- cgit v1.2.3-70-g09d2