1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-13 11:16:01 -07:00

Update CHANGES.md: Add logTitlesOnScreen

This commit is contained in:
slotThe
2021-08-17 08:38:53 +02:00
parent 1cab211bf0
commit 0935fd26e0

@@ -501,7 +501,9 @@
- Added `logConst` to log a constant `String`, and `logDefault` (infix: `.|`)
to combine loggers.
- Added `logTitles` to log all window titles (focused and unfocused ones).
- Added `logTitles` to log all window titles (focused and unfocused
ones) on the focused workspace, as well as `logTitlesOnScreen` as
a screen-specific variant thereof.
* `XMonad.Layout.Minimize`