aboutsummaryrefslogtreecommitdiffstats
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
commit84c60e4304ca9f7537f766277b98aca0088ba005 (patch)
tree2a64d13ca968bcc345dd8df9ce26a56ed6702543 /Config.hs
parent7480c366f6c40b792fff9832988622820790324c (diff)
downloadxmonad-84c60e4304ca9f7537f766277b98aca0088ba005.tar.gz
xmonad-84c60e4304ca9f7537f766277b98aca0088ba005.tar.xz
xmonad-84c60e4304ca9f7537f766277b98aca0088ba005.zip
clean up Config a bit.
darcs-hash:20071002203636-72aca-64dff60c01c63236e571192c596d19968dd309a6.gz
Diffstat (limited to '')
-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