diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-18 23:12:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 23:12:05 +0300 |
commit | c682a357ec78f13d2e6222c83abfa9071d8a18f3 (patch) | |
tree | cef7896d86400b1d13ae562b95d9babe00981c33 /CHANGELOG.md | |
parent | bfa3c4a09d656013ae1590571c4d69a96bcbb90c (diff) | |
download | alacritty-c682a357ec78f13d2e6222c83abfa9071d8a18f3.tar.gz alacritty-c682a357ec78f13d2e6222c83abfa9071d8a18f3.zip |
Add `window.resize_increments` config option
Given how bugged the resize increments are on X11, it's better to
disable it by default.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 701d9631..4b82d1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for fractional scaling on Wayland with wp-fractional-scale protocol - Support for running on GLES context - Touchscreen input for click/scroll/select/zoom +- `window.resize_increments` config option, disabled by default ### Changed |