From 8272c4a4290ef6ad5507b9346ce7d1f437ad6b29 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Sep 2018 06:28:30 +0530 Subject: [PATCH] Fix #929 --- docs/remote-control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/remote-control.rst b/docs/remote-control.rst index 333dafabe..47dce3fda 100644 --- a/docs/remote-control.rst +++ b/docs/remote-control.rst @@ -14,7 +14,7 @@ Let's walk through a few examples of controlling |kitty|. 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 :file:`kitty.conf`. Here we turn it on explicitly at the command line.