Make border width configurable

This commit is contained in:
Spencer Janssen
2007-04-30 16:35:15 +00:00
parent 08e514b28f
commit 3586379ecc
3 changed files with 7 additions and 1 deletions

View File

@@ -111,6 +111,10 @@ normalBorderColor, focusedBorderColor :: String
normalBorderColor = "#dddddd"
focusedBorderColor = "#ff0000"
-- Width of the window border in pixels
borderWidth :: Dimension
borderWidth = 1
-- What layout to start in, and what the default proportion for the
-- left pane should be in the tiled layout. See LayoutDesc and
-- friends in XMonad.hs for options.