mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-30 10:23:47 -07:00
Comment only.
This commit is contained in:
@@ -41,6 +41,11 @@ refresh = do
|
||||
whenJust (W.peekStack n ws) (io . raiseWindow d)
|
||||
whenJust (W.peek ws) setFocus
|
||||
|
||||
-- | tile. Compute the positions for windows in horizontal layout
|
||||
-- mode.
|
||||
--
|
||||
-- TODO generalize this to vertical layout
|
||||
--
|
||||
tile :: Rational -> Rectangle -> [Window] -> [(Window, Rectangle)]
|
||||
tile _ _ [] = []
|
||||
tile _ d [w] = [(w, d)]
|
||||
|
Reference in New Issue
Block a user