diff options
Diffstat (limited to 'Main.hs-boot')
-rw-r--r-- | Main.hs-boot | 4 |
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 |