summaryrefslogtreecommitdiff
path: root/.config/sxiv
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-07-26 16:56:28 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-07-26 16:56:28 +0530
commit1f521967ffbb63e1a6b76dfbce5abb22f6cbfa82 (patch)
treeaa35a0e6d885cbe770f6a2c98d183af1a697e09e /.config/sxiv
parent89af747de690ba4121f343fb01d3e6dab646181c (diff)
config changes for alias+sxhkd+sxiv+dunst and addition of xdg
Diffstat (limited to '.config/sxiv')
-rwxr-xr-x.config/sxiv/exec/key-handler2
1 files changed, 1 insertions, 1 deletions
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")