diff options
-rw-r--r-- | Main.hs-boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs-boot b/Main.hs-boot index 1ad5791..47821a9 100644 --- a/Main.hs-boot +++ b/Main.hs-boot @@ -2,5 +2,4 @@ module Main where import Graphics.X11.Xlib (KeyMask,Window) import XMonad numlockMask :: KeyMask -workspaces :: [WorkspaceId] manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet) |