Issue 241 in xmonad: 0.8: moving floated window changes the current tiled master
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@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@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
participants (1)
-
codesite-noreply@google.com