mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Enable logging of state changes to stdout
This commit is contained in:
@@ -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.
|
||||
--
|
||||
|
Reference in New Issue
Block a user