summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-02 22:36:36 +0200
committerDavid Roundy <droundy@darcs.net>2007-10-02 22:36:36 +0200
commit06861fc8fa3f497a0eb6214268ed695dd6b9daf8 (patch)
tree2a64d13ca968bcc345dd8df9ce26a56ed6702543 /Config.hs
parentfbf8b5217a1d0aa39e4a542cee610883f982026a (diff)
downloadmetatile-06861fc8fa3f497a0eb6214268ed695dd6b9daf8.tar
metatile-06861fc8fa3f497a0eb6214268ed695dd6b9daf8.zip
clean up Config a bit.
darcs-hash:20071002203636-72aca-64dff60c01c63236e571192c596d19968dd309a6
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