summaryrefslogtreecommitdiff
path: root/.config/sxiv
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-06-12 04:54:40 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-06-12 04:54:40 +0530
commite5b21a77a526e03e9d68e10f8857cad1674782e6 (patch)
tree5f22e010e5a9bccca4887dda0c6fc62ac9cf60f4 /.config/sxiv
parentf2c332a103f13c0ceca6619a1f12a2871a21c7ab (diff)
updating aliasrc and few scripts
Diffstat (limited to '.config/sxiv')
-rwxr-xr-x.config/sxiv/exec/key-handler4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 0d25a50..cc36dca 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -6,8 +6,10 @@ do
trash-put "$file";;
"r")
convert -rotate 90 "$file" "$file" ;;
+ "R")
+ convert -rotate 270 "$file" "$file" ;;
"c")
- echo -n "$file" | xclip -selection clipboard ;;
+ xclip -sel c -t image/png -i $file ;;
"s")
setbg "$file";;
"i")