From 7631fefc29e95a89d9a6c243456af6e7a43b1801 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 4 Jul 2022 10:43:21 +0530 Subject: mpv and sxiv config file changes --- .config/sxiv/exec/key-handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/sxiv') diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index cc36dca..4543963 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -9,10 +9,10 @@ do "R") convert -rotate 270 "$file" "$file" ;; "c") - xclip -sel c -t image/png -i $file ;; + xclip -sel c -t image/png -i "$file" ;; "s") setbg "$file";; "i") - convert $file -channel RGB -negate /tmp/output.png && sxiv -f /tmp/output.png ;; + convert "$file" -channel RGB -negate /tmp/output.png && sxiv -f /tmp/output.png ;; esac done -- cgit v1.2.3