diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-22 17:18:57 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-22 17:18:57 +0200 |
commit | 55b52ef845211f09bc09128ff7b80ee504999002 (patch) | |
tree | 8cc36be4ff45fadb284a80227940a5958c8dff14 /stow/sxiv/.config | |
parent | 9cfbba8178d1121d034031e873251a85f3c2dd8a (diff) | |
download | configs-55b52ef845211f09bc09128ff7b80ee504999002.tar.gz configs-55b52ef845211f09bc09128ff7b80ee504999002.zip |
Two changes of setBG.sh to setWP.sh.
Diffstat (limited to 'stow/sxiv/.config')
-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" ;; |