diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-18 13:06:50 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-18 13:06:50 +0300 |
commit | 51e3a75388afedf3962d0e0fb10659db83a536c2 (patch) | |
tree | 86d0ee77b9b610c479149c29b8990ba11c4ee83f /dotfiles/.config | |
parent | dbc6064384af9b0ce248636f66f826c4ebf62d13 (diff) | |
download | swayrice-51e3a75388afedf3962d0e0fb10659db83a536c2.tar.gz swayrice-51e3a75388afedf3962d0e0fb10659db83a536c2.zip |
nsxiv: update dragon-drop exec name
Diffstat (limited to 'dotfiles/.config')
-rwxr-xr-x | dotfiles/.config/nsxiv/exec/key-handler | 2 |
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 |