<div dir="ltr">Hi all.<div>I'm new in the mail list, and sorry for my english ...</div><div><br></div><div>I tried to set up my wm for dual monitor with these keyboard settings:</div><div><div>    -- mod-[1..9], Switch to workspace N</div><div>    -- mod-shift-[1..9], Move client to workspace N</div><div>    --</div><div>    [((m .|. mod4Mask, k), windows $ f i)</div><div>        | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]</div><div>        , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]</div><div>    ++</div><div>    --</div><div>    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3</div><div>    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3</div><div>    --</div><div>    [((m .|. mod4Mask, key), screenWorkspace sc >>= flip whenJust (windows . f))</div><div>        | (key, sc) <- zip [xK_w, xK_e] [0..]</div><div>        , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]</div></div><div><br></div><div>I exprerienced that when I switch workspace the opened windows moved the new workspace from the inactive screen. If the inactive screen is empty in the workspace where I have just moved then a window will fill it. I hope it is understandable for you. </div><div>Any idea ?</div><div>What is wrong ? What causes it ?</div><div><br></div><div>Regards,</div><div>Lajos</div></div>