mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
X.H.ManageHelpers: isNotification
predicate
Very similar to `isDialog`, `isNotification` checks for the `_NET_WM_WINDOW_TYPE_NOTIFICATION` value in the `_NET_WM_WINDOW_TYPE` property.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
### New Modules
|
||||
|
||||
* `XMonad.Actions.Profiles`.
|
||||
|
||||
|
||||
- Group workspaces by similarity. Usefull when one has lots
|
||||
of workspaces and uses only a couple per unit of work.
|
||||
|
||||
@@ -19,9 +19,14 @@
|
||||
|
||||
- Fixed `checkKeymap` warning that all keybindings are duplicates.
|
||||
|
||||
* `XMonad.Hooks.ManageHelpers`
|
||||
|
||||
- Added `isNotification` predicate to check for windows with
|
||||
`_NET_WM_WINDOW_TYPE` property of `_NET_WM_WINDOW_TYPE_NOTIFICATION`.
|
||||
|
||||
### Other changes
|
||||
|
||||
## 0.18.0 (February 3, 20
|
||||
## 0.18.0 (February 3, 2024)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
|
Reference in New Issue
Block a user