summaryrefslogtreecommitdiffstats
path: root/Main.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs-boot')
-rw-r--r--Main.hs-boot11
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