mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -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
|
||||
w <- createNewWindow r mask handleColor False
|
||||
showWindow w
|
||||
d <- asks display
|
||||
liftIO $ lowerWindow d w
|
||||
return w
|
||||
|
Reference in New Issue
Block a user