summaryrefslogtreecommitdiff
path: root/doc/tofi.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tofi.5.scd')
-rw-r--r--doc/tofi.5.scd15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd
index 9841b1f..c36f98c 100644
--- a/doc/tofi.5.scd
+++ b/doc/tofi.5.scd
@@ -135,6 +135,13 @@ options.
Default: center
+*output*=_name_
+ The name of the output to appear on, if multiple outputs are present.
+ If empty, the compositor will choose which output to display the window
+ on (usually the currently focused output).
+
+ Default: ""
+
*margin-top*=_px|%_
Offset from top of screen. See *PERCENTAGE VALUES* for more
information. Only has an effect when anchored to the top of the screen.
@@ -222,6 +229,14 @@ options.
Default: true
+*late-keyboard-init*=_true|false_
+ 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.
+
+ Default: false
+
# COLORS
Colors can be specified in the form _RGB_, _RGBA_, _RRGGBB_ or _RRGGBBAA_,