diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-04-28 21:12:36 +0300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-28 18:12:35 +0000 |
commit | 37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2 (patch) | |
tree | 0ab607f2cb3701825067f4c7f6f0e3a85dd2eede /CHANGELOG.md | |
parent | b321406908a83f072594f8c2b455c3aefc121750 (diff) | |
download | alacritty-37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2.tar.gz alacritty-37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2.zip |
Set _NET_WM_ICON on X11
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 d4182775..4efb03ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - On macOS, there's a ToggleSimpleFullscreen action which allows switching to fullscreen without occupying another space - A new window option `startup_mode` which controls how the window is created +- `_NET_WM_ICON` property is set on X11 now, allowing for WMs to show icons in titlebars ### Changed |