diff options
author | David Roundy <droundy@darcs.net> | 2007-10-18 19:00:58 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-10-18 19:00:58 +0200 |
commit | 741821c57d74740cf03a1a84318dfb7dd5d2718c (patch) | |
tree | 46a155080d2fc52006b2f90860d98a91d6344f28 /Main.hs-boot | |
parent | 21ef4511bb9e1d951a518f36e7c41c0f48fbed4c (diff) | |
download | xmonad-741821c57d74740cf03a1a84318dfb7dd5d2718c.tar.gz xmonad-741821c57d74740cf03a1a84318dfb7dd5d2718c.tar.xz xmonad-741821c57d74740cf03a1a84318dfb7dd5d2718c.zip |
make xmonad work with inverted main/config.
darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258.gz
Diffstat (limited to 'Main.hs-boot')
-rw-r--r-- | Main.hs-boot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Main.hs-boot b/Main.hs-boot new file mode 100644 index 0000000..046b627 --- /dev/null +++ b/Main.hs-boot @@ -0,0 +1,11 @@ +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 |