mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Update CHANGES.md
This commit is contained in:
parent
fd5d8267d2
commit
f19b3f6de3
12
CHANGES.md
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user