aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LayoutScreens.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/LayoutScreens.hs b/LayoutScreens.hs
index 610d03f..7037ebe 100644
--- a/LayoutScreens.hs
+++ b/LayoutScreens.hs
@@ -42,8 +42,7 @@ import Graphics.X11.Xlib.Extras
-- > import XMonadContrib.LayoutScreens
--
-- > , ((modMask .|. shiftMask, xK_space), layoutScreens 2 (twoPane 0.5 0.5))
--- > , ((controlMask .|. modMask .|. shiftMask, xK_space), do layoutScreens 1 xineScreenLayout
--- rescreen)
+-- > , ((controlMask .|. modMask .|. shiftMask, xK_space), rescreen)
layoutScreens :: Int -> Layout Int -> X ()
layoutScreens nscr _ | nscr < 1 = trace $ "Can't layoutScreens with only " ++ show nscr ++ " screens."