xmonad-contrib-0.7: Third party extensions for xmonadSource codeContentsIndex
XMonad.Actions.Promote
Portabilityunportable
Stabilityunstable
Maintainerxmonad@s001.ethrael.com
Contents
Usage
Description

Alternate promote function for xmonad.

Moves the focused window to the master pane. All other windows retain their order. If focus is in the master, swap it with the next window in the stack. Focus stays in the master.

Synopsis
promote :: X ()
Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

    import XMonad.Actions.Promote

then add a keybinding or substitute promote in place of swapMaster:

   , ((modMask x,               xK_Return), promote)

For detailed instructions on editing your key bindings, see XMonad.Doc.Extending#Editing_key_bindings.

promote :: X ()Source
Move the focused window to the master pane. All other windows retain their order. If focus is in the master, swap it with the next windo in the stack. Focus stays in the master.
Produced by Haddock version 2.3.0