xmonad-contrib-0.18.0.9: Community-maintained extensions for xmonad
Copyright(c) Jan Vornberger 2009
LicenseBSD3-style (see LICENSE)
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Stabilityunstable
Portabilitynot portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

XMonad.Hooks.WorkspaceByPos

Contents

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.hs:

import XMonad.Hooks.WorkspaceByPos

myManageHook = workspaceByPos <> manageHook def

main = xmonad def { manageHook = myManageHook }