From 8874b8675a000b63fe435abdc013af03199e6c31 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Mon, 24 Sep 2007 20:57:53 +0200 Subject: Make a String description part of each Layout. darcs-hash:20070924185753-72aca-95002aa27cfef74bf8caf1e6f243a4626f20659c --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') 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 -- cgit v1.2.3