mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
...
This commit is contained in:
@@ -53,6 +53,7 @@ only use this if you are running a program that does not set titles.
|
|||||||
type=list
|
type=list
|
||||||
{config_help}
|
{config_help}
|
||||||
|
|
||||||
|
|
||||||
--override -o
|
--override -o
|
||||||
type=list
|
type=list
|
||||||
Override individual configuration options, can be specified multiple times.
|
Override individual configuration options, can be specified multiple times.
|
||||||
@@ -92,9 +93,9 @@ in the first :italic:`{appname}` instance within that group
|
|||||||
|
|
||||||
--listen-on
|
--listen-on
|
||||||
Tell kitty to listen on the specified address for control
|
Tell kitty to listen on the specified address for control
|
||||||
messages. For example, :option:`{appname} --listen-on` unix:/tmp/mykitty or
|
messages. For example, :option:`{appname} --listen-on`=unix:/tmp/mykitty or
|
||||||
:option:`{appname} --listen-on` tcp:localhost:12345. On Linux systems, you can also use abstract
|
:option:`{appname} --listen-on`=tcp:localhost:12345. On Linux systems, you can also use abstract
|
||||||
UNIX sockets, not associated with a file, like this: :option:`{appname} --listen-on` unix:@mykitty.
|
UNIX sockets, not associated with a file, like this: :option:`{appname} --listen-on`=unix:@mykitty.
|
||||||
To control kitty, you can send it commands with :italic:`kitty @` using the :option:`kitty @ --to` option
|
To control kitty, you can send it commands with :italic:`kitty @` using the :option:`kitty @ --to` option
|
||||||
to specify this address. Note that this option will be ignored, unless you set
|
to specify this address. Note that this option will be ignored, unless you set
|
||||||
:italic:`allow_remote_control` to yes in |kitty.conf|.
|
:italic:`allow_remote_control` to yes in |kitty.conf|.
|
||||||
|
|||||||
Reference in New Issue
Block a user