From f19b3f6de3f765638203658bbdc8f5a53cf91f0f Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 15 May 2021 15:42:14 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ded0d27c..60d9cea4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,9 @@ constraint (was: `IO`), due to changes in how the xmonad core handles XDG directories. + - The prompt window now sets a `WM_CLASS` property. This allows + other applications, like compositors, to properly match on it. + * `XMonad.Hooks.EwmhDesktops` - It is no longer recommended to use `fullscreenEventHook` directly. @@ -251,6 +254,10 @@ - Fix swapped green/blue in foreground when using Xft. + - The spawned tree-select window now sets a `WM_CLASS` property. + This allows other applications, like compositors, to properly + match on it. + * `XMonad.Layout.Fullscreen` - Add fullscreenSupportBorder which uses smartBorders to remove @@ -572,6 +579,11 @@ - Add the ability to increase/decrease the window size by a custom rational number. E.g: `sendMessage $ ExpandTowardsBy L 0.02` + * `XMonad.Layout.Decoration` + + - The decoration window now sets a `WM_CLASS` property. This allows + other applications, like compositors, to properly match on it. + ## 0.16 ### Breaking Changes