mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-31 02:43:47 -07:00
mod-b, toggle on or off the status bar gap
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user