diff options
author | ZachIR <zachir@librem.one> | 2025-07-17 15:22:02 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-17 15:22:02 -0500 |
commit | 82326708d016cf6ad834233e9fdf6d3635ed119e (patch) | |
tree | 27ff80d664f1451f4ca07512c70ba02f5599c006 /doc | |
parent | d7cd3dc9b6f8dcb21e05c1fc88a1c3d23061ce39 (diff) |
Update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tofi.1.md | 16 | ||||
-rw-r--r-- | doc/tofi.1.scd | 12 |
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md index a3e8ab3..6068c33 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -35,6 +35,22 @@ described in the Desktop Entry Specification. > Specify path to custom config file. +**-b, --bottom** + +> Anchor to the bottom of the screen. + +**-P, --password** + +> Hide the input text. + +**-r, --require** + +> Require a match to complete. + +**-p, --prompt-text** + +> Prompt text. + All config file options described in **tofi**(5) are also accepted, in the form **--key=value**. diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 8dd259f..ce4d913 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -33,6 +33,18 @@ Desktop Entry Specification. *-c, --config* <path> Specify path to custom config file. +*-b, --bottom* + Anchor to the bottom of the screen. + +*-P, --password* + Hide the input text. + +*-r, --require* + Require a match to complete. + +*-p, --prompt-text* + Prompt text. + All config file options described in *tofi*(5) are also accepted, in the form *--key=value*. |