This commit is contained in:
Kovid Goyal 2018-09-08 06:28:30 +05:30
parent f0357b061e
commit 8272c4a429
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -14,7 +14,7 @@ Let's walk through a few examples of controlling |kitty|.
Start by running |kitty| as:: Start by running |kitty| as::
kitty -o allow_remote_control=yes --window-layout tall kitty -o allow_remote_control=yes -o enabled_layouts=tall
In order for control to work, :opt:`allow_remote_control` must be enabled in In order for control to work, :opt:`allow_remote_control` must be enabled in
:file:`kitty.conf`. Here we turn it on explicitly at the command line. :file:`kitty.conf`. Here we turn it on explicitly at the command line.