summaryrefslogtreecommitdiff
path: root/home/xyz/.config/nsxiv/exec/key-handler
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.config/nsxiv/exec/key-handler')
-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 ;;