mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CHANGES: Document this branch's additions/fixes
This commit is contained in:
parent
67472aa307
commit
ca5e70ffc4
16
CHANGES.md
16
CHANGES.md
@ -27,6 +27,13 @@
|
|||||||
- Group workspaces by similarity. Useful when one has lots
|
- Group workspaces by similarity. Useful when one has lots
|
||||||
of workspaces and uses only a couple per unit of work.
|
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
|
### Bug Fixes and Minor Changes
|
||||||
|
|
||||||
* Fix build-with-cabal.sh when XDG_CONFIG_HOME is defined.
|
* Fix build-with-cabal.sh when XDG_CONFIG_HOME is defined.
|
||||||
@ -49,6 +56,15 @@
|
|||||||
- The history file is not extraneously read and written anymore if
|
- The history file is not extraneously read and written anymore if
|
||||||
the `historySize` is set to 0.
|
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
|
### Other changes
|
||||||
|
|
||||||
## 0.18.0 (February 3, 2024)
|
## 0.18.0 (February 3, 2024)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user