aboutsummaryrefslogtreecommitdiffstats
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
commit2d07995ad8a65525273e5f079662e7c91f65c697 (patch)
treecf23d81856c6b04f242fad3e4b032a597412eebe /Main.hs
parent109b7e0d38bc3ab3781c78882db35e182a489e7f (diff)
downloadxmonad-2d07995ad8a65525273e5f079662e7c91f65c697.tar.gz
xmonad-2d07995ad8a65525273e5f079662e7c91f65c697.tar.xz
xmonad-2d07995ad8a65525273e5f079662e7c91f65c697.zip
Add readsLayout, remove the existential from XConfig
darcs-hash:20071101082155-a5988-82be25ec6b35cb1d39e0613b3d810dfd75836098.gz
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.