LayoutScreens: update docs

This commit is contained in:
Spencer Janssen
2007-10-08 16:14:41 +00:00
parent bc768af023
commit 5519714921

View File

@@ -39,7 +39,7 @@ import Graphics.X11.Xlib.Extras
-- --
-- > import XMonadContrib.LayoutScreens -- > import XMonadContrib.LayoutScreens
-- --
-- > , ((modMask .|. shiftMask, xK_space), layoutScreens 2 (twoPane 0.5 0.5)) -- > , ((modMask .|. shiftMask, xK_space), layoutScreens 2 (TwoPane 0.5 0.5))
-- > , ((controlMask .|. modMask .|. shiftMask, xK_space), rescreen) -- > , ((controlMask .|. modMask .|. shiftMask, xK_space), rescreen)
-- --
-- Another example use would be to handle a scenario where xrandr didn't -- Another example use would be to handle a scenario where xrandr didn't