From 3a89762ed354a491107c3b9c1020472cd84935c0 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 5 May 2021 23:04:22 +0300 Subject: fix(sxiv): remove unneeded echo --- .config/sxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxiv/exec') 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 -- cgit v1.2.3