diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
commit | 1f521967ffbb63e1a6b76dfbce5abb22f6cbfa82 (patch) | |
tree | aa35a0e6d885cbe770f6a2c98d183af1a697e09e /.config/sxiv/exec/key-handler | |
parent | 89af747de690ba4121f343fb01d3e6dab646181c (diff) |
config changes for alias+sxhkd+sxiv+dunst and addition of xdg
Diffstat (limited to '.config/sxiv/exec/key-handler')
-rwxr-xr-x | .config/sxiv/exec/key-handler | 2 |
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") |