mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Make the primary use case for remote control via socket explicit
This commit is contained in:
@@ -108,7 +108,8 @@ simpler :option:`kitty --single-instance` option, see ``kitty --help`` for that.
|
|||||||
|
|
||||||
Remote control via a socket
|
Remote control via a socket
|
||||||
--------------------------------
|
--------------------------------
|
||||||
First, start |kitty| as::
|
To control kitty from outside kitty, it is necessary to setup a socket to
|
||||||
|
communicate with kitty. First, start |kitty| as::
|
||||||
|
|
||||||
kitty -o allow_remote_control=yes --listen-on unix:/tmp/mykitty
|
kitty -o allow_remote_control=yes --listen-on unix:/tmp/mykitty
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user