Skip to content

Commit

Permalink
CHANGES: Document this branch's additions/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Apr 28, 2024
1 parent 67472aa commit ca5e70f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
- Group workspaces by similarity. Useful when one has lots
of workspaces and uses only a couple per unit of work.

* `XMonad.Hooks.FloatConfigureReq`

- Customize handling of floating windows' move/resize/restack requests
(ConfigureRequest). Useful as a workaround for some misbehaving client
applications (Steam, rxvt-unicode, anything that tries to restore
absolute position of floats).

### Bug Fixes and Minor Changes

* Fix build-with-cabal.sh when XDG_CONFIG_HOME is defined.
Expand All @@ -49,6 +56,15 @@
- The history file is not extraneously read and written anymore if
the `historySize` is set to 0.

* `XMonad.Hooks.EwmhDesktops`

- Requests for unmanaged windows no longer cause a refresh. This avoids
flicker and also fixes disappearing menus in the Steam client and
possibly a few other client applications.

(See also `XMonad.Hooks.FloatConfigureReq` and/or `XMonad.Util.Hacks`
for additional Steam client workarounds.)

### Other changes

## 0.18.0 (February 3, 2024)
Expand Down

0 comments on commit ca5e70f

Please sign in to comment.