diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:35:15 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:35:15 +0200 |
commit | 8238c35c211b4bc6258958918653d267787f8b47 (patch) | |
tree | b24dbb0c1d6e0b8fc2327c20e70c01d1a9be628d /Config.hs-boot | |
parent | 0f366aba734661ab6cc97ed368fe683d00fcc2d3 (diff) | |
download | metatile-8238c35c211b4bc6258958918653d267787f8b47.tar metatile-8238c35c211b4bc6258958918653d267787f8b47.zip |
Make border width configurable
darcs-hash:20070430163515-a5988-9dea5188c30830fd8b3135f7cb5beffd7b90dcb9
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
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 |