aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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