mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -61,7 +61,7 @@ main = do
|
||||
st = XState
|
||||
{ windowset = winset
|
||||
, layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]]
|
||||
, statusGap = defaultStatusGap
|
||||
, statusGap = defaultGap
|
||||
, xineScreens = xinesc
|
||||
, dimensions = (fromIntegral (displayWidth dpy dflt),
|
||||
fromIntegral (displayHeight dpy dflt)) }
|
||||
|
Reference in New Issue
Block a user