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. --- completions/tofi | 2 -- 1 file changed, 2 deletions(-) (limited to 'completions') diff --git a/completions/tofi b/completions/tofi index 218d8fc..048aafc 100644 --- a/completions/tofi +++ b/completions/tofi @@ -54,8 +54,6 @@ _tofi() ;; --help|-h) ;; - --late-keyboard-init) - ;; --*) return 0 ;; -- cgit v1.2.3