diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-21 20:58:10 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-21 20:58:10 +0100 |
commit | faf685ca266d9cd3e2bb42d2ef105a5577cfcaf1 (patch) | |
tree | 26f64872c8d192413f2411c2ff6054e849799922 /doc/tofi.5.scd | |
parent | aeefb7cd446cbc32f6bd68f3f776a032979b3b92 (diff) |
Add --require-match option.
Diffstat (limited to 'doc/tofi.5.scd')
-rw-r--r-- | doc/tofi.5.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index cf605b3..31f8083 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -226,6 +226,13 @@ options. Default: false +*require-match*=_true|false_ + If true, require a match to allow a selection to be made. If false, + making a selection with no matches will print input to stdout. + In drun mode, this is always true. + + Default: true + *drun-launch*=_true|false_ If true, directly launch applications on selection when in drun mode. Otherwise, just print the path of the .desktop file to stdout. |