From a16bdfe930d89e1a7fb354b78d16e8742118f76d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 8 Apr 2023 00:27:03 +0300 Subject: checkers --- config/.config/sxiv/exec/key-handler | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 config/.config/sxiv/exec/key-handler (limited to 'config/.config/sxiv/exec/key-handler') diff --git a/config/.config/sxiv/exec/key-handler b/config/.config/sxiv/exec/key-handler new file mode 100755 index 0000000..db80759 --- /dev/null +++ b/config/.config/sxiv/exec/key-handler @@ -0,0 +1,11 @@ +#!/bin/bash + +CUR_WP_LOC=~/.local/scripts/data/wp.jpg + +while read file +do + case "$1" in + "w") setbg $file; cp $file $CUR_WP_LOC ;; + "r") mv $file /home/rasmus/.trash/;; + esac +done -- cgit v1.2.3