mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CHANGES: Document X.A.ToggleFullFloat and setEwmhFullscreenHooks
This commit is contained in:
parent
d86f9ade22
commit
02bd9eb0c0
12
CHANGES.md
12
CHANGES.md
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user