aboutsummaryrefslogtreecommitdiff
path: root/.config/sxiv
diff options
context:
space:
mode:
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 42b7c1a..443916d 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -10,6 +10,6 @@ do
"C-c")
echo -n "$file" | xclip -selection clipboard ;;
"C-w")
- echo "$file" && xwallpaper --zoom "$file" ;;
+ xwallpaper --zoom "$file" ;;
esac
done