mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
typo
This commit is contained in:
parent
f1b9a0c193
commit
f4d4bde026
@ -160,7 +160,7 @@ getStrut w = do
|
|||||||
[(L, l, ly1, ly2), (R, r, ry1, ry2), (U, t, tx1, tx2), (D, b, bx1, bx2)]
|
[(L, l, ly1, ly2), (R, r, ry1, ry2), (U, t, tx1, tx2), (D, b, bx1, bx2)]
|
||||||
parseStrutPartial _ = []
|
parseStrutPartial _ = []
|
||||||
|
|
||||||
calcGapForAll :: S Set Direction2D -> X (Rectangle -> Rectangle)
|
calcGapForAll :: S.Set Direction2D -> X (Rectangle -> Rectangle)
|
||||||
calcGapForAll ss = withDisplay $ \dpy -> do
|
calcGapForAll ss = withDisplay $ \dpy -> do
|
||||||
rootw <- asks theRoot
|
rootw <- asks theRoot
|
||||||
(_,_,wins) <- io $ queryTree dpy rootw
|
(_,_,wins) <- io $ queryTree dpy rootw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user