
30 Nov
2007
30 Nov
'07
9:49 a.m.
Hello haskellers, Configuring my first xmonad start, I ran into a little misspelling mistake in the LayoutScreens.hs usage notes. The patch is, I think, self explanatory. Thank you -- Start Patch -- --- XMonadContrib/LayoutScreens.hs.orig 2007-11-30 09:40:48.000000000 +0000 +++ XMonadContrib/LayoutScreens.hs 2007-11-30 09:41:42.000000000 +0000 @@ -49,7 +49,7 @@ -- > import XMonadContrib.LayoutScreens -- -- > , ((modMask .|. shiftMask, xK_space), --- > layoutScreens 1 (fixedLayout $ Rectangle 0 0 1024 768)) +-- > layoutScreens 1 (fixedLayout $ [Rectangle 0 0 1024 768])) -- > , ((controlMask .|. modMask .|. shiftMask, xK_space), rescreen) -- %import XMonadContrib.LayoutScreens