From 51e3a75388afedf3962d0e0fb10659db83a536c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 18 Mar 2023 13:06:50 +0300 Subject: nsxiv: update dragon-drop exec name --- dotfiles/.config/nsxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/nsxiv/exec/key-handler b/dotfiles/.config/nsxiv/exec/key-handler index 36e39ab..773b6ee 100755 --- a/dotfiles/.config/nsxiv/exec/key-handler +++ b/dotfiles/.config/nsxiv/exec/key-handler @@ -15,7 +15,7 @@ if [ "$1" = "C-t" ]; then while read file; do files="$(printf "%s\n%s" "$files" "$file")" done - dragon-drag-and-drop -a $files + dragon-drop -a $files exit 0 fi if [ "$1" = "C-r" ]; then -- cgit v1.2.3