diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-11 20:25:41 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-11 20:25:41 +0300 |
commit | 305a17d60944ae9cdd43d8634417f3a459b3b15f (patch) | |
tree | 38da9d53f6dfc968898664eb45ff04d5d9acedf6 /config/.config/sxiv/exec | |
parent | 5ebb552b648af0f2ef83a0a534bce3f4f0678bc7 (diff) |
Diffstat (limited to 'config/.config/sxiv/exec')
-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 |