mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
config: add ‘font-size-adjustment=N[px|%]’ option
This patch adds a new config option, font-size-adjustment. It lets you configure how much the font size should be incremented/decremented when zooming in or out (ctrl-+, ctrl+-). Values can be specified in points, pixels or percent. Closes #1188
This commit is contained in:
parent
7bb5c80d04
commit
f6ca8c90e1
6 changed files with 120 additions and 19 deletions
|
|
@ -52,10 +52,14 @@
|
|||
* String values in `foot.ini` may now be quoted. This can be used to
|
||||
set a value to the empty string, for example.
|
||||
* Environment variables can now be **unset**, by setting
|
||||
`[environment].<variable>=""` (quotes are required) ([#1225][1225])
|
||||
`[environment].<variable>=""` (quotes are required) ([#1225][1225]).
|
||||
* `font-size-adjustment=N[px]` option, letting you configure how much
|
||||
to increment/decrement the font size when zooming in or out
|
||||
([#1188][1188]).
|
||||
|
||||
[1136]: https://codeberg.org/dnkl/foot/issues/1136
|
||||
[1225]: https://codeberg.org/dnkl/foot/issues/1225
|
||||
[1188]: https://codeberg.org/dnkl/foot/issues/1188
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue