mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-29 18:13:48 -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.peekStack n ws) (io . raiseWindow d)
|
||||||
whenJust (W.peek ws) setFocus
|
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 :: Rational -> Rectangle -> [Window] -> [(Window, Rectangle)]
|
||||||
tile _ _ [] = []
|
tile _ _ [] = []
|
||||||
tile _ d [w] = [(w, d)]
|
tile _ d [w] = [(w, d)]
|
||||||
|
Reference in New Issue
Block a user