summaryrefslogtreecommitdiff
path: root/home/xyz/.config/nsxiv
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-19 23:43:45 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-19 23:43:45 -0700
commite8b2fcfb7913fdb0a55ed37fc870cacb1e0693b7 (patch)
treea5662e338061f823387fee4f836d5063155eeab4 /home/xyz/.config/nsxiv
parent352ef4d1bb177c3bbeae1fd16c2ff4ce17f404fc (diff)
change time.uuid to time-uuid in scripts
Diffstat (limited to 'home/xyz/.config/nsxiv')
-rwxr-xr-xhome/xyz/.config/nsxiv/exec/key-handler2
1 files changed, 1 insertions, 1 deletions
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 ;;