mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 12:11:53 -07:00
Decouple the concepts of focus and window order. First step to tiling!
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -225,7 +225,7 @@ refresh = do
|
||||
ws2sc <- gets wsOnScreen
|
||||
xinesc <- gets xineScreens
|
||||
forM_ (M.assocs ws2sc) $ \(n, scn) ->
|
||||
whenJust (listToMaybe $ W.index n ws) $ \w -> withDisplay $ \d -> do
|
||||
whenJust (W.peekStack n ws) $ \w -> withDisplay $ \d -> do
|
||||
let sc = xinesc !! scn
|
||||
io $ do moveResizeWindow d w (fromIntegral $ xsi_x_org sc)
|
||||
(fromIntegral $ xsi_y_org sc)
|
||||
|
Reference in New Issue
Block a user