From 1f521967ffbb63e1a6b76dfbce5abb22f6cbfa82 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 26 Jul 2022 16:56:28 +0530 Subject: config changes for alias+sxhkd+sxiv+dunst and addition of xdg --- .config/sxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxiv') diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index 4543963..7460b31 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -9,7 +9,7 @@ do "R") convert -rotate 270 "$file" "$file" ;; "c") - xclip -sel c -t image/png -i "$file" ;; + echo -n "$file" | xclip -sel c ;; "s") setbg "$file";; "i") -- cgit v1.2.3