From 16c01bef2a842f584d3c7831db254d8c9a0f968e Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 30 Apr 2007 18:35:15 +0200 Subject: Make border width configurable darcs-hash:20070430163515-a5988-9dea5188c30830fd8b3135f7cb5beffd7b90dcb9.gz --- Config.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 7d2c714..beb8699 100644 --- a/Config.hs +++ b/Config.hs @@ -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. -- cgit v1.2.3