Skip to content

Commit

Permalink
CHANGES: Document X.A.ToggleFullFloat and setEwmhFullscreenHooks
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Mar 25, 2023
1 parent 39a69ff commit d19450b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d19450b

Please sign in to comment.