aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-03-18 13:06:50 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-03-18 13:06:50 +0300
commit51e3a75388afedf3962d0e0fb10659db83a536c2 (patch)
tree86d0ee77b9b610c479149c29b8990ba11c4ee83f
parentdbc6064384af9b0ce248636f66f826c4ebf62d13 (diff)
downloadswayrice-51e3a75388afedf3962d0e0fb10659db83a536c2.tar.gz
swayrice-51e3a75388afedf3962d0e0fb10659db83a536c2.zip
nsxiv: update dragon-drop exec name
-rwxr-xr-xdotfiles/.config/nsxiv/exec/key-handler2
1 files changed, 1 insertions, 1 deletions
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