diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-18 23:12:05 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-03-06 08:19:58 +0100 |
commit | ae90338bb6045fdfa8f73965fd4b70c67e326af6 (patch) | |
tree | b213ebe741a8eaea132c0e47e1edf433db15768f /CHANGELOG.md | |
parent | 1a6359ed4711734c5f476867b91eb4615ec9880a (diff) | |
download | alacritty-ae90338bb6045fdfa8f73965fd4b70c67e326af6.tar.gz alacritty-ae90338bb6045fdfa8f73965fd4b70c67e326af6.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 4f82c9a5..f88b576d 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 |