mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Update CHANGES, X.D.Extending: add X.H.Rescreen
This commit is contained in:
parent
90c7621e1f
commit
280964b9f5
@ -250,6 +250,13 @@
|
||||
This lets them create custom hooks, ensure they hook into xmonad core only
|
||||
once, and possibly more.
|
||||
|
||||
* `XMonad.Hooks.Rescreen`
|
||||
|
||||
Custom hooks for screen (xrandr) configuration changes. These can be used
|
||||
to restart/reposition status bars or systrays automatically after xrandr,
|
||||
as well as to actually invoke xrandr or autorandr when an output is
|
||||
(dis)connected.
|
||||
|
||||
### Bug Fixes and Minor Changes
|
||||
|
||||
* Add support for GHC 9.0.1.
|
||||
|
@ -543,6 +543,12 @@ Here is a list of the modules found in @XMonad.Hooks@:
|
||||
even if it was opened in a tiled layout initially. The EventHook makes sure
|
||||
that windows are deleted from the PositionStore when they are closed.
|
||||
|
||||
* "XMonad.Hooks.Rescreen":
|
||||
Custom hooks for screen (xrandr) configuration changes. These can be used
|
||||
to restart/reposition status bars or systrays automatically after xrandr,
|
||||
as well as to actually invoke xrandr or autorandr when an output is
|
||||
(dis)connected.
|
||||
|
||||
* "XMonad.Hooks.RestoreMinimized":
|
||||
(Deprecated: Use XMonad.Hooks.Minimize) Lets you restore minimized
|
||||
windows (see "XMonad.Layout.Minimize") by selecting them on a
|
||||
|
Loading…
x
Reference in New Issue
Block a user