diff options
author | Phil Jones <philj56@gmail.com> | 2022-12-01 20:24:35 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-12-01 20:24:35 +0000 |
commit | fff5211d2776185348d6b813f2a16cedd5f485d0 (patch) | |
tree | 2a4c7f38491e3168c14db4c6fc633210950cbd04 /README.md | |
parent | dd36bf1c53216e1828d136cb735d65816575571f (diff) |
Add --ascii-input option.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -181,6 +181,11 @@ In roughly descending order, the most important options for performance are: sharpness, but your mileage may vary. This option has no effect if a path to a font file hasn't been passed to `--font`. +* `--ascii-input` - Proper Unicode handling is slower than plain ASCII - on the + order of a few ms for ~40 kB of input. Specifying `--ascii-input true` will + disable some of this handling, speeding up tofi's startup, but searching for + non-ASCII characters may not work properly. + * `--late-keyboard-init` - The last avoidable thing that slows down startup is initialisation of the keyboard. This only takes 1-2ms on my laptop, but up to 60ms on a Raspberry Pi Zero 2 W. Passing this option will delay keyboard |