summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
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