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

@@ -684,9 +684,7 @@ also use abstract UNIX sockets, not associated with a file, like this:
expanded and relative paths are resolved with respect to the temporary
directory. To control kitty, you can send commands to it with
:italic:`{appname} @` using the :option:`{appname} @ --to` option to specify
this address. Unless you enabled :opt:`allow_remote_control` in
:file:`{conf_name}.conf`, this option will be ignored. Note that if you run
:italic:`{appname} @` within a kitty window, there is
this address. Note that if you run :italic:`{appname} @` within a kitty window, there is
no need to specify the :option:`{appname} @ --to` option as it will
automatically read from the environment. For UNIX sockets, this can also be
specified in :file:`{conf_name}.conf`.