summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-04-28 21:12:36 +0300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-28 18:12:35 +0000
commit37b66a7cd2e53fae93e3c2c8bc3ddbd9cbe140d2 (patch)
tree0ab607f2cb3701825067f4c7f6f0e3a85dd2eede /CHANGELOG.md
parentb321406908a83f072594f8c2b455c3aefc121750 (diff)
Set _NET_WM_ICON on X11
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 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