mod-b, toggle on or off the status bar gap

This commit is contained in:
Don Stewart
2007-05-27 12:59:28 +00:00
parent a64c9f1856
commit bb4bd97c87
6 changed files with 88 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ data XState = XState
{ windowset :: !WindowSet -- ^ workspace list
, xineScreens :: ![Rectangle] -- ^ dimensions of each screen
, dimensions :: !(Position,Position) -- ^ dimensions of the screen,
, statusGap :: !Int -- ^ width of status bar
-- used for hiding windows
, layouts :: !(M.Map WorkspaceId (Layout, [Layout])) }
-- ^ mapping of workspaces to descriptions of their layouts