mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Update CHANGES
This commit is contained in:
parent
1b327a059a
commit
3d6844c65f
11
CHANGES.md
11
CHANGES.md
@ -311,6 +311,8 @@
|
|||||||
|
|
||||||
- Added `doLower` and `doRaise`
|
- Added `doLower` and `doRaise`
|
||||||
|
|
||||||
|
- Added `windowTag`
|
||||||
|
|
||||||
* `XMonad.Util.EZConfig`
|
* `XMonad.Util.EZConfig`
|
||||||
|
|
||||||
- Added support for XF86Bluetooth.
|
- Added support for XF86Bluetooth.
|
||||||
@ -407,6 +409,15 @@
|
|||||||
- Fixed handling of floating window borders in multihead setups that was
|
- Fixed handling of floating window borders in multihead setups that was
|
||||||
broken since 0.14.
|
broken since 0.14.
|
||||||
|
|
||||||
|
* `XMonad.Hooks.UrgencyHook`
|
||||||
|
|
||||||
|
- It's now possible to clear urgency of selected windows only using the
|
||||||
|
newly exported `clearUrgents'` function. Also, this and `clearUrgents`
|
||||||
|
now clear the `_NET_WM_STATE_DEMANDS_ATTENTION` bit as well.
|
||||||
|
|
||||||
|
- Added a variant of `filterUrgencyHook` that takes a generic `Query Bool`
|
||||||
|
to select which windows should never be marked urgent.
|
||||||
|
|
||||||
## 0.16
|
## 0.16
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user