Copyright | (c) Jan Vornberger 2009 |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | jan.vornberger@informatik.uni-oldenburg.de |
Stability | unstable |
Portability | not portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.hs
:
import XMonad.Hooks.WorkspaceByPos myManageHook = workspaceByPos <> manageHook def main = xmonad def { manageHook = myManageHook }