1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-08-13 02:55:46 -07:00

Remove workspaces from Main.hs-boot

This commit is contained in:
Spencer Janssen
2007-11-01 07:45:56 +00:00
parent bf52d34bbf
commit 23035e944b

@@ -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)