mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-31 02:43:47 -07:00
Make border width configurable
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user