diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 23:44:28 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 23:44:28 +0100 |
commit | bcff7094627e423dd9ca52a246345512dc3d791c (patch) | |
tree | c041d710eed4453091439f2c468113d9d635f1fc /completions/tofi | |
parent | 97aded721dd0bf33a56839517921e4c7094c90d7 (diff) |
Add optional background around selected result.
Diffstat (limited to 'completions/tofi')
-rw-r--r-- | completions/tofi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/tofi b/completions/tofi index 7bf35ed..ea9b6de 100644 --- a/completions/tofi +++ b/completions/tofi @@ -8,6 +8,7 @@ _tofi() words=( --help --config + --output --anchor --background-color --corner-radius @@ -15,6 +16,7 @@ _tofi() --font-size --num-results --selection-color + --selection-background --outline-width --outline-color --prompt-text |