diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 14:02:08 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 14:02:08 +0400 |
commit | 0dc5ec782f48bf7de3727a61a65e5a09c864eea5 (patch) | |
tree | 8f493486d3ef9b49c964d9748dac5ae038353c93 /config | |
parent | f1d05ca51fc4b6198bcdd8fafd172fbe566945b7 (diff) |
sxiv: small tweak
Diffstat (limited to 'config')
-rwxr-xr-x | config/sxiv/exec/key-handler | 2 |
1 files changed, 1 insertions, 1 deletions
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") |