[xmonad] Component-Contrib: patch LayoutScreens.hs

Jacula Modyun jacula at gmail.com
Fri Nov 30 09:49:20 EST 2007


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



More information about the xmonad mailing list