| |||||||||
| |||||||||
| |||||||||
| Description | |||||||||
| Automagically put the focused window in the master area. | |||||||||
| Synopsis | |||||||||
| |||||||||
| 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: | |||||||||
| |||||||||
| |||||||||
| Produced by Haddock version 2.3.0 |