diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/tofi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/completions/tofi b/completions/tofi index 3ab6c32..0e21eed 100644 --- a/completions/tofi +++ b/completions/tofi @@ -8,6 +8,7 @@ _tofi() words=( --help --config + --include --output --scale --anchor @@ -52,6 +53,8 @@ _tofi() case "${prev}" in --font) ;& + --include) + ;& --config|-c) _filedir return 0 |