mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
X.L.MouseResizableTile: keep draggers on the bottom of the window stack.
This commit is contained in:
parent
c198812fb6
commit
02063ff97e
@ -229,6 +229,7 @@ splitHorizontallyBy f (Rectangle sx sy sw sh) = ((leftHalf, rightHalf), (dragger
|
||||
createDragger :: Rectangle -> DraggerWithRect -> X DraggerWithWin
|
||||
createDragger sr (draggerRect, draggerCursor, draggerInfo) = do
|
||||
draggerWin <- createInputWindow draggerCursor $ sanitizeRectangle sr draggerRect
|
||||
io . flip lowerWindow draggerWin =<< asks display
|
||||
return (draggerWin, draggerInfo)
|
||||
|
||||
deleteDragger :: DraggerWithWin -> X ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user