summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs9
1 files changed, 1 insertions, 8 deletions
diff --git a/Config.hs b/Config.hs
index 9fe7e94..49524fc 100644
--- a/Config.hs
+++ b/Config.hs
@@ -105,8 +105,7 @@ borderWidth :: Dimension
borderWidth = 1
-- |
--- A list of layouts which, in addition to the defaultLayouts, xmonad can
--- deserialize.
+-- A list of layouts which xmonad can deserialize.
possibleLayouts :: [Layout Window]
possibleLayouts = [defaultLayout
-- Extension-provided layouts
@@ -139,12 +138,6 @@ defaultLayouts = [ Layout tiled
delta = 3%100
-- |
--- A list of layouts which, in addition to the defaultLayouts, xmonad can
--- deserialize.
-otherPossibleLayouts :: [Layout Window]
-otherPossibleLayouts = []
-
--- |
-- Perform an arbitrary action on each state change.
-- Examples include:
-- * do nothing