From 42abf63e7beaf40e7ff0ab434dbaa8d87a901dea Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 1 Aug 2024 14:25:04 +0400 Subject: sxiv: bug fix --- 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 01d2c41..531b605 100755 --- a/config/sxiv/exec/key-handler +++ b/config/sxiv/exec/key-handler @@ -42,7 +42,7 @@ while read -r file; do nsend "Failed to copy ${file} to ${destdir}" & fi ;; - "w") swall "$file" ;; + "w") swall -d "$file" ;; "d") mkdir -p ~/.trash -- cgit v1.2.3