diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-29 13:06:59 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-29 14:32:37 +0100 |
commit | 36296bb7005f35baa1b5e29e1d06d4c4a8356762 (patch) | |
tree | 53aeea9c6226879177fdfebbbc63e123144a1584 /doc | |
parent | 82d4c237d1f501cd7b0b8afc53ed87fd3ccf0e18 (diff) |
Make a selection-padding of -1 be infinite.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tofi.5.md | 3 | ||||
-rw-r--r-- | doc/tofi.5.scd | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 93db9c7..539b525 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -96,7 +96,8 @@ options. **selection-padding**=*px* -> Extra horizontal padding of the selection background. +> Extra horizontal padding of the selection background. If *px* = -1, +> the padding will fill the whole window width. > > Default: 0 diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index 53ea3b3..8341200 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -86,7 +86,8 @@ options. Default: #F92672 *selection-padding*=_px_ - Extra horizontal padding of the selection background. + Extra horizontal padding of the selection background. If _px_ = -1, + the padding will fill the whole window width. Default: 0 |