summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-02-18 23:12:05 +0300
committerChristian Duerr <contact@christianduerr.com>2023-03-06 08:19:58 +0100
commitae90338bb6045fdfa8f73965fd4b70c67e326af6 (patch)
treeb213ebe741a8eaea132c0e47e1edf433db15768f /CHANGELOG.md
parent1a6359ed4711734c5f476867b91eb4615ec9880a (diff)
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.md1
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