From 305a17d60944ae9cdd43d8634417f3a459b3b15f Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 11 Jun 2023 20:25:41 +0300 Subject: update --- config/.config/sxiv/exec/key-handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/.config/sxiv/exec/key-handler') diff --git a/config/.config/sxiv/exec/key-handler b/config/.config/sxiv/exec/key-handler index db80759..272133f 100755 --- a/config/.config/sxiv/exec/key-handler +++ b/config/.config/sxiv/exec/key-handler @@ -1,11 +1,11 @@ #!/bin/bash -CUR_WP_LOC=~/.local/scripts/data/wp.jpg +CUR_WP_LOC=~/.local/system/ while read file do case "$1" in - "w") setbg $file; cp $file $CUR_WP_LOC ;; + "w") setbg $file;cp $file ~/pix/system/bg.png;; "r") mv $file /home/rasmus/.trash/;; esac done -- cgit v1.2.3