mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
keep drag panes on the bottom of the window stack.
This commit is contained in:
@@ -133,4 +133,6 @@ newDragWin r = do
|
|||||||
let mask = Just $ exposureMask .|. buttonPressMask
|
let mask = Just $ exposureMask .|. buttonPressMask
|
||||||
w <- createNewWindow r mask handleColor False
|
w <- createNewWindow r mask handleColor False
|
||||||
showWindow w
|
showWindow w
|
||||||
|
d <- asks display
|
||||||
|
liftIO $ lowerWindow d w
|
||||||
return w
|
return w
|
||||||
|
Reference in New Issue
Block a user