mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-30 19:51:52 -07:00
Note and workaround bugs in Operations.float
This commit is contained in:
@@ -473,6 +473,10 @@ sink :: Window -> X ()
|
||||
sink = windows . W.sink
|
||||
|
||||
-- | Make a tiled window floating, using its suggested rectangle
|
||||
--
|
||||
-- TODO: float changes the set of visible workspaces when we call it for an
|
||||
-- invisible window -- this should not happen. See 'temporary workaround' in
|
||||
-- the handler for ConfigureRequestEvent also.
|
||||
float :: Window -> X ()
|
||||
float w = withDisplay $ \d -> do
|
||||
ws <- gets windowset
|
||||
|
Reference in New Issue
Block a user