mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Tabs should stay beneath any floating window
This ifxes the issue reported by Geoffrey Alan Washburn: " Sometimes the tabs will be drawn on top of floating windows." Not anymore!
This commit is contained in:
parent
5f827b68e7
commit
2e6bf5e5ed
@ -42,6 +42,7 @@ newDecoration decfor (Rectangle x y w h) th fg bg fn draw click l = do
|
||||
win <- io $ createSimpleWindow d rt x y w h (fromIntegral th) fg bg
|
||||
io $ selectInput d win $ exposureMask .|. buttonPressMask
|
||||
io $ mapWindow d win
|
||||
io $ restackWindows d $ decfor : [win]
|
||||
|
||||
let hook :: SomeMessage -> X (Maybe (ModLay a))
|
||||
hook sm | Just e <- fromMessage sm = handle_event e >> return Nothing
|
||||
|
Loading…
x
Reference in New Issue
Block a user