summaryrefslogtreecommitdiffstats
path: root/Main.hs-boot
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-29 19:48:23 +0100
committerDavid Roundy <droundy@darcs.net>2007-10-29 19:48:23 +0100
commit20c6b4b6684a7232021c0905bccc44f5946cb5d3 (patch)
tree14a244b45dafe28e98187f6cd512c0c008adfb23 /Main.hs-boot
parentf2974775518cb7a942f4b5b86a2b5f27e5c92dcd (diff)
downloadmetatile-20c6b4b6684a7232021c0905bccc44f5946cb5d3.tar
metatile-20c6b4b6684a7232021c0905bccc44f5946cb5d3.zip
cleaner version of main/config inversion.
darcs-hash:20071029184823-72aca-5647e07a0bde65cf7e1d49a1613fb9e4210c6aa5
Diffstat (limited to 'Main.hs-boot')
-rw-r--r--Main.hs-boot4
1 files changed, 0 insertions, 4 deletions
diff --git a/Main.hs-boot b/Main.hs-boot
index 046b627..becb178 100644
--- a/Main.hs-boot
+++ b/Main.hs-boot
@@ -1,11 +1,7 @@
module Main where
-import Graphics.X11.Xlib.Types (Dimension)
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
-borderWidth :: Dimension
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
-logHook :: X ()
manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)
serialisedLayouts :: [Layout Window]
-terminal :: String