diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 3 | ||||
-rw-r--r-- | doc/tofi.5.md | 11 | ||||
-rw-r--r-- | doc/tofi.5.scd | 10 |
3 files changed, 24 insertions, 0 deletions
@@ -92,6 +92,9 @@ padding-left = 0 padding-right = 0 + # Whether to scale the window by the output's scale factor. + scale = true + # ### Window positioning # diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 6de4e60..6eed96d 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -163,6 +163,17 @@ options. > > Default: "" +**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. +> +> Default: false + **margin-top**=*px\|%* > Offset from top of screen. See **PERCENTAGE VALUES** for more diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index df2f4d6..cf605b3 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -143,6 +143,16 @@ options. Default: "" +*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. + + Default: false + *margin-top*=_px|%_ Offset from top of screen. See *PERCENTAGE VALUES* for more information. Only has an effect when anchored to the top of the screen. |