aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-24 20:57:53 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-24 20:57:53 +0200
commitecb8d1bb0443573c22a7972cf5c81f19c62ba478 (patch)
treea4d6d620b193174a6b5dbc3572f559dfb06c1f3c /Main.hs
parent26eaea0b085faf9908fc665c33d749cd4c43426f (diff)
downloadxmonad-ecb8d1bb0443573c22a7972cf5c81f19c62ba478.tar.gz
xmonad-ecb8d1bb0443573c22a7972cf5c81f19c62ba478.tar.xz
xmonad-ecb8d1bb0443573c22a7972cf5c81f19c62ba478.zip
Make a String description part of each Layout.
darcs-hash:20070924185753-72aca-95002aa27cfef74bf8caf1e6f243a4626f20659c.gz
Diffstat (limited to '')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index c89b142..19876db 100644
--- a/Main.hs
+++ b/Main.hs
@@ -56,7 +56,7 @@ main = do
workspaces $ zipWith SD xinesc gaps
gaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
- safeLayouts = if null defaultLayouts then [("full",SomeLayout Full)] else defaultLayouts
+ safeLayouts = if null defaultLayouts then [SomeLayout Full] else defaultLayouts
cf = XConf
{ display = dpy
, theRoot = rootw