CHANGES: Document X.A.ToggleFullFloat and setEwmhFullscreenHooks

This commit is contained in:
Tomas Janousek 2023-03-25 11:34:00 +00:00
parent d86f9ade22
commit 02bd9eb0c0

View File

@ -106,7 +106,14 @@
- A new module replicating the functionality of
`XMonad.Hooks.DynamicProperty`, but with more discoverable names.
* `XMonad.Actions.ToggleFullFloat`:
- Fullscreen (float) a window while remembering its original state.
There's both an action to be bound to a key, and hooks that plug into
`XMonad.Hooks.EwmhDesktops`.
### Bug Fixes and Minor Changes
* `XMonad.Util.Loggers`
- Added `logClassname`, `logClassnames`, `logClassnames'`,
@ -201,6 +208,11 @@
some status bars (see this
[polybar issue](https://github.com/polybar/polybar/issues/2603)).
- Added `setEwmhFullscreenHooks` to override the default fullfloat/sink
behaviour of `_NET_WM_STATE_FULLSCREEN` requests. See also
`XMonad.Actions.ToggleFullFloat` for a float-restoring implementation of
fullscreening.
* `XMonad.Hooks.StatusBar`
- Added `startAllStatusBars` to start the configured status bars.