'XMonad.Actions.SwapPromote': advertise changes...

... and expose the new module.
This commit is contained in:
Yclept Nemo 2018-04-28 22:25:54 -04:00
parent 66281f07f1
commit 7e54a9d90b
2 changed files with 6 additions and 0 deletions

View File

@ -126,6 +126,11 @@
transformed layout until it sees another. It can be used to improve the transformed layout until it sees another. It can be used to improve the
behaviour of a child layout that has not been given the focused window. behaviour of a child layout that has not been given the focused window.
* `XMonad.Actions.SwapPromote`
Module for tracking master window history per workspace, and associated
functions for manipulating the stack using such history.
* `XMonad.Hooks.Focus` * `XMonad.Hooks.Focus`
A new module extending ManageHook EDSL to work on focused windows and A new module extending ManageHook EDSL to work on focused windows and

View File

@ -129,6 +129,7 @@ library
XMonad.Actions.SpawnOn XMonad.Actions.SpawnOn
XMonad.Actions.Submap XMonad.Actions.Submap
XMonad.Actions.SwapWorkspaces XMonad.Actions.SwapWorkspaces
XMonad.Actions.SwapPromote
XMonad.Actions.TagWindows XMonad.Actions.TagWindows
XMonad.Actions.TopicSpace XMonad.Actions.TopicSpace
XMonad.Actions.TreeSelect XMonad.Actions.TreeSelect