diff options
author | Phil Jones <philj56@gmail.com> | 2022-09-08 14:29:36 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-09-08 14:29:36 +0100 |
commit | e548412b8eb5c02024645e790745a41ac1ba1192 (patch) | |
tree | 85e63142423d1c547fff5f98ae4b97dd3b1a7818 /doc/tofi.5.scd | |
parent | 38fb64271e41c2f578da509e334932bd012a702c (diff) |
Make --scale default to true.
This also stops font sizes from scaling when --scale=false is set.
Diffstat (limited to 'doc/tofi.5.scd')
-rw-r--r-- | doc/tofi.5.scd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index dd92f39..696b06e 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -198,12 +198,11 @@ options. *scale*=_true|false_ Scale the window by the output's scale factor. - *WARNING*: In the next version of tofi, this will default to true, so - set this to false now if you don't want that behaviour. Note that - currently, font scaling will still occur when this is set to _false_ - - that will change when _true_ becomes the default. + *WARNING*: In the current version of tofi, the default value has changed to + true, so you may need to update your config. Additionally, font scaling will + no longer occur when this is set to _false_. - Default: false + Default: true *margin-top*=_px|%_ Offset from top of screen. See *PERCENTAGE VALUES* for more |