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:
Kovid Goyal
2022-08-09 20:39:10 +05:30
parent 1a643441f3
commit c7e3c92a0a
4 changed files with 4 additions and 7 deletions

View File

@@ -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.
'''