X.H.{EwmhDesktops,ManageHelpers}: Add _NET_WM_DESKTOP-handling ManageHook

Useful for restoring browser windows to where they were before restart
(which is something one should do several times a week as security
updates get released).
This commit is contained in:
Tomas Janousek
2023-12-17 21:39:11 +00:00
parent e75eb16a93
commit 3c329e0aad
3 changed files with 41 additions and 0 deletions

View File

@@ -246,6 +246,10 @@
`XMonad.Actions.ToggleFullFloat` for a float-restoring implementation of
fullscreening.
- Added `ewmhDesktops(Maybe)ManageHook` that places windows in their
preferred workspaces. This is useful when restoring a browser session
after a restart.
* `XMonad.Hooks.StatusBar`
- Added `startAllStatusBars` to start the configured status bars.