From 4801fff08bf3d42361a72e339c59390828983f49 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 27 Sep 2022 14:34:03 +0100 Subject: Add --include option. This allows config files to include other files, so you can e.g. split style and behaviour options into different files. --- completions/tofi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'completions') 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 -- cgit v1.2.3