dotfiles/.config/kitty/open-actions.conf

10 lines
258 B
Plaintext

# 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}
# Open directories
protocol file
mime inode/directory
action launch --type=os-window --cwd $FILE_PATH