diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-07 10:53:59 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-07 10:53:59 +0100 |
commit | e946ae5a30d4e6e367b05ac82fb96cd7083b7566 (patch) | |
tree | 2da670a14e96498d517c1a0efdae12886e5a8625 /doc/tofi.1.scd | |
parent | c9f1daea03a41c0cad56453e1dcc50f6133f19c6 (diff) |
Delay scaling of percentage values.
The config file code now delays calculation of percentage values until
`config_fix_percentages()` is called. This allows the config file to be
parsed before output configuration is complete, thus allowing `--output`
and `--late-keyboard-init` to be specified in the config file.
Diffstat (limited to 'doc/tofi.1.scd')
-rw-r--r-- | doc/tofi.1.scd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index f85e18d..8b6618d 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -39,15 +39,6 @@ nothing, and may be removed in a future version of tofi. *-c, --config* <path> Specify path to custom config file. -*--output* <name> - Select the output to appear on. - -*--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*. |