diff options
-rw-r--r-- | Config.hs | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -105,13 +105,6 @@ 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. -- @@ -141,6 +134,13 @@ defaultLayouts = [ Layout tiled 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: -- * do nothing |