summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-26 13:27:32 +0100
committerPhil Jones <philj56@gmail.com>2022-06-26 13:28:52 +0100
commit428aaf86f0d16bec392715b09451a9ba1da8588b (patch)
treee12d3def77f789dd12e8f905ce0a02e070b0c3d6 /doc
parent648a1f6989ebf0a3d800c165c229c35f1943ed6b (diff)
Add --late-keyboard-init option.
Diffstat (limited to 'doc')
-rw-r--r--doc/tofi.1.md7
-rw-r--r--doc/tofi.1.scd6
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md
index 6177b2d..491535f 100644
--- a/doc/tofi.1.md
+++ b/doc/tofi.1.md
@@ -34,6 +34,13 @@ on stdin, instead presenting a list of executables in the user's $PATH.
> Specify path to custom config file.
+**--late-keyboard-init**
+
+> Delay keyboard initialisation until after the first draw to screen.
+> This option is experimental, and will cause tofi to miss keypresses
+> for a short time after launch. The only reason to use this option is
+> performance on slow systems.
+
All config file options described in **tofi**(5) are also accepted, in
the form **--key=value**.
diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd
index 405e7df..af9d8de 100644
--- a/doc/tofi.1.scd
+++ b/doc/tofi.1.scd
@@ -31,6 +31,12 @@ instead presenting a list of executables in the user's $PATH.
*-c, --config* <path>
Specify path to custom config file.
+*--late-keyboard-init*
+ Delay keyboard initialisation until after the first draw to screen.
+ This option is experimental, and will cause tofi to miss keypresses
+ for a short time after launch. The only reason to use this option is
+ performance on slow systems.
+
All config file options described in *tofi*(5) are also accepted, in the form
*--key=value*.