From e946ae5a30d4e6e367b05ac82fb96cd7083b7566 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 7 Aug 2022 10:53:59 +0100 Subject: 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. --- doc/tofi.1.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/tofi.1.md') diff --git a/doc/tofi.1.md b/doc/tofi.1.md index b3dee5c..8d3c960 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -42,17 +42,6 @@ a future version of tofi. > Specify path to custom config file. -**--output** \ - -> 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**. -- cgit v1.2.3