From e4672d66a9302f557ce26b0a418746deffe0decc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 21 Jan 2021 23:29:58 +0300 Subject: Friendship ended with ranger, again. lf it is now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Too many changes made, basically all of them related to lf. Sorry ranger. You're too slow 🦔. --- dotfiles/.config/sxiv/exec/key-handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config/sxiv') diff --git a/dotfiles/.config/sxiv/exec/key-handler b/dotfiles/.config/sxiv/exec/key-handler index d9bad9f..17abf60 100755 --- a/dotfiles/.config/sxiv/exec/key-handler +++ b/dotfiles/.config/sxiv/exec/key-handler @@ -35,9 +35,9 @@ while read file; do dir="$(dirname "$file")" name="$(basename "$file")" base="${name%.*}" - mv "$file" ~/etc/temp/trash/ + mv "$file" ~/.local/trash/ if [ "JPEG" = "$(basename $dir)" ]; then - mv $(dirname "$dir")/"$base".NEF ~/etc/temp/trash/ + mv $(dirname "$dir")/"$base".NEF ~/.local/trash/ fi exit ;; "C-comma") rotate 270 $file ;; -- cgit v1.2.3