 | xmonad-contrib-0.9: Third party extensions for xmonad | Contents | Index |
|
XMonad.Hooks.WorkspaceByPos | Portability | not portable | Stability | unstable | Maintainer | jan.vornberger@informatik.uni-oldenburg.de |
|
|
|
|
|
Description |
Useful in a dual-head setup: Looks at the requested geometry of
new windows and moves them to the workspace of the non-focused
screen if necessary.
|
|
Synopsis |
|
|
|
|
Usage
|
|
You can use this module with the following in your ~/.xmonad/xmonad.hs:
import XMonad.Hooks.WorkspaceByPos
myManageHook = workspaceByPos <+> manageHook defaultConfig
main = xmonad defaultConfig { manageHook = myManageHook }
|
|
workspaceByPos :: ManageHook |
|
Produced by Haddock version 2.4.2 |