Open application in kitty without confirmation #8525
Replies: 1 comment 1 reply
-
From the docs:
# Open executable file. Remove kitten __confirm_and_run_exe__ to execute
# without confirmation.
protocol file
mime inode/executable,application/vnd.microsoft.portable-executable
action launch --hold --type=os-window -- kitten __confirm_and_run_exe__ $FILE_PATH
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
liuhq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run
kitty +open /usr/bin/btm
via the desktop entry, but I don't know how to configurelaunch-actions.conf
for an application.my
launch-actions.conf
(mime application/x-pie-executable
has no effect)Beta Was this translation helpful? Give feedback.
All reactions