mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
'XMonad.Actions.SwapPromote': advertise changes...
... and expose the new module.
This commit is contained in:
parent
66281f07f1
commit
7e54a9d90b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user