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 /doc/tofi.5.md | |
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 'doc/tofi.5.md')
-rw-r--r-- | doc/tofi.5.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index f5df5cf..3137dc3 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -216,6 +216,13 @@ options. > > 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. +> +> Default: false + **hint-font**=*true\|false* > Perform font hinting. Only applies when a path to a font has been |