summaryrefslogtreecommitdiff
path: root/sxiv
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-02-10 19:12:05 +0000
committerrafa_99 <rafa99@protonmail.com>2021-02-10 19:12:05 +0000
commit0d350a2b6300aa2a99235df58d2dc493b0470d9a (patch)
treee7743fa58a7b284f28a0147649829324877f949a /sxiv
parentd0f7054a3814abfd6346d1435f1f2168dbfbb479 (diff)
Completly Obliterated Wallapaper Engine for New One
Diffstat (limited to 'sxiv')
-rwxr-xr-xsxiv/.config/sxiv/exec/key-handler3
1 files changed, 0 insertions, 3 deletions
diff --git a/sxiv/.config/sxiv/exec/key-handler b/sxiv/.config/sxiv/exec/key-handler
index 4dbf761..f50b43e 100755
--- a/sxiv/.config/sxiv/exec/key-handler
+++ b/sxiv/.config/sxiv/exec/key-handler
@@ -4,8 +4,5 @@ do
case "$1" in
"d")
rm -rf "$FILE"
- ;;
- "w")
- printf "$FILE" | xclip -selection clipboard
esac
done