Merge pull request #800 from 1in1/master

Add loggers for window classname
This commit is contained in:
Yecine Megdiche
2023-02-13 10:49:07 +01:00
committed by GitHub
2 changed files with 139 additions and 31 deletions

View File

@@ -107,6 +107,12 @@
`XMonad.Hooks.DynamicProperty`, but with more discoverable names.
### Bug Fixes and Minor Changes
* `XMonad.Util.Loggers`
- Added `logClassname`, `logClassnames`, `logClassnames'`,
`logClassnameOnScreen`, `logClassnamesOnScreen`, `logClassnamesOnScreen'`,
and `ClassnamesFormat`. These are all equivalents of their `Title`
counterparts, allowing logging the window classname instead.
* `XMonad.Util.EZConfig`