'XMonad.Layout.NoBorders': advertise changes

This commit is contained in:
Yclept Nemo 2018-04-20 11:40:19 -04:00
parent c6cdb77e3b
commit 0c1a6c25f6

View File

@ -89,6 +89,17 @@
- Support xmobar's \<action> and \<raw> tags; see `xmobarAction` and - Support xmobar's \<action> and \<raw> tags; see `xmobarAction` and
`xmobarRaw`. `xmobarRaw`.
* `XMonad.Layout.NoBorders`
The layout now maintains a list of windows that never have borders, and a
list of windows that always have borders. Use `BorderMessage` to manage
these lists and the accompanying event hook (`borderEventHook`) to remove
destroyed windows from them. Also provides the `hasBorder` manage hook.
Two new conditions have been added to `Ambiguity`: `OnlyLayoutFloat` and
`OnlyLayoutFloatBelow`; `OnlyFloat` was renamed to `OnlyScreenFloat`. See
the documentation for more information.
### New Modules ### New Modules
* `XMonad.Hooks.RefocusLast` * `XMonad.Hooks.RefocusLast`