[xmonad] Issue 241 in xmonad: 0.8: moving floated window changes the current tiled master

codesite-noreply at google.com codesite-noreply at google.com
Tue Nov 25 09:53:45 EST 2008


Comment #1 on issue 241 by lucia.culakova: 0.8: moving floated window  
changes the current tiled master
http://code.google.com/p/xmonad/issues/detail?id=241

This is the patch responsible for this bug:

Wed May 21 23:50:57 CEST 2008  Trevor Elliott <trevor at galois.com>
   * Raise windows in the floating layer when moving or resizing
Shall I pull this patch? (1/6)  [ynWsfvpxdaqjk], or ? for help: v
[Raise windows in the floating layer when moving or resizing
Trevor Elliott <trevor at galois.com>**20080521215057] {
hunk ./XMonad/Config.hs 228
-    [ ((modMask, button1), (\w -> focus w >> mouseMoveWindow w))
+    [ ((modMask, button1), (\w -> focus w >> mouseMoveWindow w
+                                          >> windows W.swapMaster))
hunk ./XMonad/Config.hs 233
-    , ((modMask, button3), (\w -> focus w >> mouseResizeWindow w))
+    , ((modMask, button3), (\w -> focus w >> mouseResizeWindow w
+                                          >> windows W.swapMaster))
}


-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list