Browse Source

kitty: hyperlink support

raylu 3 years ago
parent
commit
38050dabfd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      config/kitty/open-actions.conf

+ 7 - 0
config/kitty/open-actions.conf

@@ -0,0 +1,7 @@
+# Open any image in the full kitty window by clicking on it
+protocol file
+mime image/*
+action launch --type=overlay kitty +kitten icat --hold ${FILE_PATH}
+
+protocol file
+action send_text normal ${FILE_PATH}