diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-10 08:19:32 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-10 08:19:32 +0200 |
commit | 5294b3dc35bfff087cab0b13d9a32fbf62f2a96b (patch) | |
tree | 4a2d30607bb16d92a5b0f9586f8003bb06fc39de /Config.hs-boot | |
parent | b292cc4beac3d157f577ca57d81712bc385f2aaf (diff) | |
download | metatile-5294b3dc35bfff087cab0b13d9a32fbf62f2a96b.tar metatile-5294b3dc35bfff087cab0b13d9a32fbf62f2a96b.zip |
Move state logging into Config.hs, via logHook :: X ()
darcs-hash:20070610061932-9c5c1-9a08992ef555f086007474e64d5ae9d835e9677e
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 85b4339..8a04d59 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,6 +1,7 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) import Graphics.X11.Xlib (KeyMask) +import XMonad borderWidth :: Dimension -logging :: Bool +logHook :: X () numlockMask :: KeyMask |