summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-05 10:37:35 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-05 10:37:35 +0200
commit90d86554f871b740f6d8ce913bad5066f7aabb6b (patch)
tree14716a80ea1d19964d41a84b2d13bc2d19faf0b2 /Config.hs
parentf092ffd4bfdc0973db04808953405a5df892ec1d (diff)
downloadmetatile-90d86554f871b740f6d8ce913bad5066f7aabb6b.tar
metatile-90d86554f871b740f6d8ce913bad5066f7aabb6b.zip
Enable logging of state changes to stdout
darcs-hash:20070605083735-9c5c1-1ab5acbd611914caa7b5cdf1f2df338c0ee616f8
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index fc941db..b420418 100644
--- a/Config.hs
+++ b/Config.hs
@@ -100,6 +100,13 @@ defaultLayouts = [ tiled , mirror tiled , full ]
delta = 3%100
--
+-- Enable logging of state changes to stdout.
+-- The internal state of the window manager is 'shown' in Haskell data format
+--
+logging :: Bool
+logging = False
+
+--
-- The key bindings list.
--
-- The unusual comment format is used to generate the documentation