diff options
Diffstat (limited to 'completions/tofi')
-rw-r--r-- | completions/tofi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/completions/tofi b/completions/tofi index d997183..7bf35ed 100644 --- a/completions/tofi +++ b/completions/tofi @@ -37,6 +37,7 @@ _tofi() --hide-cursor --history --hint-font + --late-keyboard-init ) case "${prev}" in @@ -48,6 +49,8 @@ _tofi() ;; --help|-h) ;; + --late-keyboard-init) + ;; --*) return 0 ;; |