mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
remote_control_script: resolve relative paths with respect to kitty config directory
Fixes #9625
This commit is contained in:
parent
db5453c291
commit
5722acad4f
3 changed files with 9 additions and 2 deletions
|
|
@ -298,7 +298,8 @@ control commands as you like and process their output.
|
|||
:ac:`launch` command with ``--type=background --allow-remote-control``.
|
||||
For more advanced usage, including fine grained permissions, setting
|
||||
env vars, command line interpolation, passing data to STDIN, etc.
|
||||
the :doc:`launch <launch>` command should be used.
|
||||
the :doc:`launch <launch>` command should be used. Relative paths to scripts
|
||||
are interpreted with respect to the kitty config directory.
|
||||
|
||||
.. note:: You do not need :opt:`allow_remote_control` to use these mappings,
|
||||
as they are not actual remote programs, but are simply a way to reuse the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue