diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-24 12:31:09 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-24 12:40:26 +0100 |
commit | 9e8af9d25106b615dabf956305f4ef80496ed412 (patch) | |
tree | 180ad86a9c1675777c83a9243db5129a01be9146 /completions | |
parent | ee0ed3c506f8f45fce42cbabc1d9521382740924 (diff) |
Add drun mode.
This is a pretty simple implementation, but it should work for most
use cases. Notably, generic application names aren't used (though that
could be added without too much hassle), and neither are keywords (that
would be more difficult).
Diffstat (limited to 'completions')
-rw-r--r-- | completions/tofi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/tofi b/completions/tofi index ea9b6de..5a1d392 100644 --- a/completions/tofi +++ b/completions/tofi @@ -38,6 +38,7 @@ _tofi() --horizontal --hide-cursor --history + --drun-launch --hint-font --late-keyboard-init ) @@ -69,3 +70,4 @@ _tofi() } complete -F _tofi tofi complete -F _tofi tofi-run +complete -F _tofi tofi-drun |