xmonad-contrib-0.6: Third party extensions for xmonadSource codeContentsIndex
XMonad.Layout.MagicFocus
Portabilityunportable
Stabilityunstable
MaintainerPeter De Wachter <pdewacht@gmail.com>
Contents
Usage
Description
Automagically put the focused window in the master area.
Synopsis
data MagicFocus l a = MagicFocus (l a)
Usage

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

 import XMonad.Layout.MagicFocus

Then edit your layoutHook by adding the MagicFocus layout modifier:

 myLayouts = MagicFocus (Tall 1 (3/100) (1/2)) ||| Full ||| etc..
 main = xmonad defaultConfig { layoutHook = myLayouts }

For more detailed instructions on editing the layoutHook see:

XMonad.Doc.Extending#Editing_the_layout_hook

data MagicFocus l a Source
Constructors
MagicFocus (l a)
show/hide Instances
Produced by Haddock version 2.3.0