xmonad-contrib-0.9.1: Third party extensions for xmonadSource codeContentsIndex
XMonad.Hooks.WorkspaceByPos
Portabilitynot portable
Stabilityunstable
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Contents
Usage
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
workspaceByPos :: ManageHook
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 :: ManageHookSource
Produced by Haddock version 2.6.1