diff options
Diffstat (limited to 'stow/sxiv')
-rwxr-xr-x | stow/sxiv/.config/sxiv/exec/key-handler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/sxiv/.config/sxiv/exec/key-handler b/stow/sxiv/.config/sxiv/exec/key-handler index e341f8a..e445c9d 100755 --- a/stow/sxiv/.config/sxiv/exec/key-handler +++ b/stow/sxiv/.config/sxiv/exec/key-handler @@ -85,7 +85,7 @@ while read -r file do case "$1" in - "w") setBG.sh "$file" ;; + "w") setWP.sh "$file" ;; "W") wal.sh "$file" ;; |