aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-11-01 21:39:22 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-11-01 21:39:22 -0700
commite16b89987686d60c96044771d4c8a9181763bffd (patch)
treebcacb773290e4f4a7d18fb53cf6661eef15ddc8d
parenta16e5fc02100eff07db854367929023af39a1d13 (diff)
downloaddotfiles-e16b89987686d60c96044771d4c8a9181763bffd.tar.gz
inkscape from sxiv
-rwxr-xr-x.config/sxiv/exec/key-handler1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 94ee0ca..927ca03 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -30,6 +30,7 @@ case "$1" in
"C-d") rm "${files[@]}" ;;
"g") gimp "${files[@]}" & ;;
"k") krita "${files[@]}" & ;;
+ "i") inkscape "${files[@]}" & ;;
"s")
send "${files[@]}"
if [[ $? -ne 0 ]]; then