In a multi-head setup, move windows with a non-zero position upon creation to the right workspace.

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.
This commit is contained in:
Jan Vornberger
2009-09-30 12:33:41 +00:00
parent 3bc9c11d97
commit 41b58ed499
2 changed files with 66 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ library
XMonad.Hooks.SetWMName
XMonad.Hooks.ServerMode
XMonad.Hooks.UrgencyHook
XMonad.Hooks.WorkspaceByPos
XMonad.Hooks.XPropManage
XMonad.Layout.Accordion
XMonad.Layout.AutoMaster