Allow specifying border sizes in either pt or px

Change the default to 1px borders as this works best with the new minimal border style.
This commit is contained in:
Kovid Goyal
2020-08-30 14:17:47 +05:30
parent 31d9f663fc
commit 3d60724651
3 changed files with 28 additions and 4 deletions

View File

@@ -10,6 +10,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Improve rendering of borders when using minimal borders. Use less space and
does not display a box around active windows.
- Allow specifying border sizes in either pts or pixels. Change the default to
1px borders as this works best with the new minimal border style.
- Add support for displaying correct colors with non-sRGB PNG files (Adds a
dependency on liblcms2)