diff options
author | katherine <ageha@airen-no-jikken.icu> | 2023-11-01 21:39:22 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2023-11-01 21:39:22 -0700 |
commit | e16b89987686d60c96044771d4c8a9181763bffd (patch) | |
tree | bcacb773290e4f4a7d18fb53cf6661eef15ddc8d /.config/sxiv/exec | |
parent | a16e5fc02100eff07db854367929023af39a1d13 (diff) | |
download | dotfiles-e16b89987686d60c96044771d4c8a9181763bffd.tar.gz |
inkscape from sxiv
Diffstat (limited to '.config/sxiv/exec')
-rwxr-xr-x | .config/sxiv/exec/key-handler | 1 |
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 |