<div dir="ltr">You don't need to add keybindings, they are default. I assume this means you have been using the bad "example config" that overrides every possible setting with the defaults from some particular version instead of inheriting the defaults, and will need to be extremely careful about xmonad upgrades because your config won't magically rewrite itself to be compatible. (I think mod-shift-space is the one that will bite you in 0.13.)<div><br></div><div>I *think* you are talking about <a href="https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Replacing_greedyView_with_view">https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Replacing_greedyView_with_view</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 12:36 PM, Lajos Bodnar <span dir="ltr"><<a href="mailto:bodnarlajoska@gmail.com" target="_blank">bodnarlajoska@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>______________________________<wbr>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div>