summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/Config.hs b/Config.hs
index 3ae73f9..7f99def 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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