mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Allow listen_on to be used even without allow_remote_control
Since we intend to allow password based access, which works regardless of the value of allow_remote_control
This commit is contained in:
@@ -2739,8 +2739,7 @@ socket. This option accepts only UNIX sockets, such as
|
||||
variables are expanded and relative paths are resolved with respect to the
|
||||
temporary directory. If :code:`{kitty_pid}` is present, then it is replaced
|
||||
by the PID of the kitty process, otherwise the PID of the kitty process is
|
||||
appended to the value, with a hyphen. This option is ignored unless you also set
|
||||
:opt:`allow_remote_control` to enable remote control. See the help for
|
||||
appended to the value, with a hyphen. See the help for
|
||||
:option:`kitty --listen-on` for more details. Changing this option by reloading
|
||||
the config is not supported.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user