aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-09-22 17:18:57 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-09-22 17:18:57 +0200
commit55b52ef845211f09bc09128ff7b80ee504999002 (patch)
tree8cc36be4ff45fadb284a80227940a5958c8dff14
parent9cfbba8178d1121d034031e873251a85f3c2dd8a (diff)
downloadconfigs-55b52ef845211f09bc09128ff7b80ee504999002.tar.gz
configs-55b52ef845211f09bc09128ff7b80ee504999002.zip
Two changes of setBG.sh to setWP.sh.
-rw-r--r--stow/ranger/.config/ranger/rc.conf2
-rwxr-xr-xstow/sxiv/.config/sxiv/exec/key-handler2
2 files changed, 2 insertions, 2 deletions
diff --git a/stow/ranger/.config/ranger/rc.conf b/stow/ranger/.config/ranger/rc.conf
index 4fe51db..c5559e8 100644
--- a/stow/ranger/.config/ranger/rc.conf
+++ b/stow/ranger/.config/ranger/rc.conf
@@ -257,7 +257,7 @@ map ,d shell rm.sh %s
map ,s shell tmux split-window -p 60 -c %d &
map ,S shell tmux new-window -a -n shell -c %d &
map ,e shell tmux new-window -a -n $EDITOR "$EDITOR %s"
-map ,w shell setBG.sh %f &
+map ,w shell setWP.sh %f &
map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ &
map ,p shell asPDF.sh %f
map ,P shell lowriter --convert-to pdf %f
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" ;;