diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 13:27:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 13:28:52 +0100 |
commit | 428aaf86f0d16bec392715b09451a9ba1da8588b (patch) | |
tree | e12d3def77f789dd12e8f905ce0a02e070b0c3d6 /completions/tofi | |
parent | 648a1f6989ebf0a3d800c165c229c35f1943ed6b (diff) |
Add --late-keyboard-init option.
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 ;; |