aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:35:15 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-04-30 18:35:15 +0200
commit16c01bef2a842f584d3c7831db254d8c9a0f968e (patch)
treeb24dbb0c1d6e0b8fc2327c20e70c01d1a9be628d /Config.hs-boot
parent46c282ff84e92da8fa4f36a4eac928abe580baff (diff)
downloadxmonad-16c01bef2a842f584d3c7831db254d8c9a0f968e.tar.gz
xmonad-16c01bef2a842f584d3c7831db254d8c9a0f968e.tar.xz
xmonad-16c01bef2a842f584d3c7831db254d8c9a0f968e.zip
Make border width configurable
darcs-hash:20070430163515-a5988-9dea5188c30830fd8b3135f7cb5beffd7b90dcb9.gz
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index f5e7206..7fd4cee 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -1,3 +1,5 @@
module Config where
import XMonad (LayoutDesc)
+import Graphics.X11.Xlib.Types (Dimension)
defaultLayoutDesc :: LayoutDesc
+borderWidth :: Dimension