From fff5211d2776185348d6b813f2a16cedd5f485d0 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 1 Dec 2022 20:24:35 +0000 Subject: Add --ascii-input option. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6344599..fee5463 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3