mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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
|
constraint (was: `IO`), due to changes in how the xmonad core handles XDG
|
||||||
directories.
|
directories.
|
||||||
|
|
||||||
|
- The prompt window now sets a `WM_CLASS` property. This allows
|
||||||
|
other applications, like compositors, to properly match on it.
|
||||||
|
|
||||||
* `XMonad.Hooks.EwmhDesktops`
|
* `XMonad.Hooks.EwmhDesktops`
|
||||||
|
|
||||||
- It is no longer recommended to use `fullscreenEventHook` directly.
|
- It is no longer recommended to use `fullscreenEventHook` directly.
|
||||||
@ -251,6 +254,10 @@
|
|||||||
|
|
||||||
- Fix swapped green/blue in foreground when using Xft.
|
- 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`
|
* `XMonad.Layout.Fullscreen`
|
||||||
|
|
||||||
- Add fullscreenSupportBorder which uses smartBorders to remove
|
- Add fullscreenSupportBorder which uses smartBorders to remove
|
||||||
@ -572,6 +579,11 @@
|
|||||||
- Add the ability to increase/decrease the window size by a custom
|
- Add the ability to increase/decrease the window size by a custom
|
||||||
rational number. E.g: `sendMessage $ ExpandTowardsBy L 0.02`
|
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
|
## 0.16
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user