diff options
Diffstat (limited to 'config/.config/sxiv/exec/key-handler')
-rwxr-xr-x | config/.config/sxiv/exec/key-handler | 4 |
1 files changed, 2 insertions, 2 deletions
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 |