From 0dc5ec782f48bf7de3727a61a65e5a09c864eea5 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 10 Aug 2024 14:02:08 +0400 Subject: sxiv: small tweak --- 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 b92c9db..50202fc 100755 --- a/config/sxiv/exec/key-handler +++ b/config/sxiv/exec/key-handler @@ -43,7 +43,7 @@ while read -r file; do fi ;; "w") - swall -d "$file" && nsend -s "Wallpaper Set" \ + swall -d "$file" && nsend -s "Wallpaper ${file}" \ || nsend -s "Couldn't set wallpaper" ;; "d") -- cgit v1.2.3