From 9e7c59445f4e2bd67b2d13a7b6472b9dc406c1b2 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 2 Oct 2007 23:47:08 +0200 Subject: List possibleLayouts last, because users are less likely to modify it darcs-hash:20071002214708-a5988-4f4f61acb7f507de8cd87a05201a9a06d89e758f --- Config.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Config.hs b/Config.hs index 3ae73f9..7f99def 100644 --- a/Config.hs +++ b/Config.hs @@ -104,13 +104,6 @@ focusedBorderColor = "#ff0000" borderWidth :: Dimension borderWidth = 1 --- | --- A list of layouts which xmonad can deserialize. -possibleLayouts :: [Layout Window] -possibleLayouts = [defaultLayout - -- Extension-provided layouts - ] ++ defaultLayouts - -- | -- The default Layout, a selector between the layouts listed below in -- defaultLayouts. @@ -140,6 +133,13 @@ defaultLayouts = [ Layout tiled -- Percent of screen to increment by when resizing panes delta = 3%100 +-- | +-- A list of layouts which xmonad can deserialize. +possibleLayouts :: [Layout Window] +possibleLayouts = [defaultLayout + -- Extension-provided layouts + ] ++ defaultLayouts + -- | -- Perform an arbitrary action on each state change. -- Examples include: -- cgit v1.2.3