summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 09:21:55 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 09:21:55 +0100
commit9e88d56b03ceaf63709cbbc7bda3f20c9a1a3320 (patch)
treecf23d81856c6b04f242fad3e4b032a597412eebe /Main.hs
parent113affe7da02d59013fcaadec17a26f258d360c3 (diff)
downloadmetatile-9e88d56b03ceaf63709cbbc7bda3f20c9a1a3320.tar
metatile-9e88d56b03ceaf63709cbbc7bda3f20c9a1a3320.zip
Add readsLayout, remove the existential from XConfig
darcs-hash:20071101082155-a5988-82be25ec6b35cb1d39e0613b3d810dfd75836098
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index e228ee4..47de7d1 100644
--- a/Main.hs
+++ b/Main.hs
@@ -240,7 +240,7 @@ defaultConfig = XConfig { borderWidth = 1 -- Width of the window border in pixel
-- above, but you may program your own selection behaviour here. Layout
-- transformers, for example, would be hooked in here.
--
- , layoutHook = layout
+ , layoutHook = Layout layout
, terminal = "xterm" -- The preferred terminal program.
, normalBorderColor = "#dddddd" -- Border color for unfocused windows.
, focusedBorderColor = "#ff0000" -- Border color for focused windows.