| ||||||||
| ||||||||
| ||||||||
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 } | ||||||||
| ||||||||
Produced by Haddock version 2.6.0 |