Enable logging of state changes to stdout

This commit is contained in:
Don Stewart
2007-06-05 08:37:35 +00:00
parent 21e09361a6
commit 7ae7029b50
4 changed files with 13 additions and 4 deletions

View File

@@ -99,6 +99,13 @@ defaultLayouts = [ tiled , mirror tiled , full ]
-- Percent of screen to increment by when resizing panes
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.
--