diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-21 23:59:14 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-21 23:59:14 +0000 |
commit | bf144ceca6285af5ce9f64f1176cb104f78b9637 (patch) | |
tree | 1d6fde6e84e16031ae60349279d25b90a0d8a2ac /doc/tofi.5.md | |
parent | 3e11dc2327d70e860b3ad32db386aadd549393b3 (diff) |
Add --clip-to-padding option.
Diffstat (limited to 'doc/tofi.5.md')
-rw-r--r-- | doc/tofi.5.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index d87e232..e8f3c49 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -530,6 +530,14 @@ options. > > Default: 8 +**clip-to-padding**=*true\|false* + +> Whether to clip text drawing to be within the specified padding. This +> is mostly important for allowing text to be inset from the border, +> while still allowing text backgrounds to reach right to the edge. +> +> Default: true + **horizontal**=*true\|false* > List results horizontally. |