make xmonad work with inverted main/config.

This commit is contained in:
David Roundy
2007-10-18 17:00:58 +00:00
parent 97fe14dfd2
commit 7b3c1243b7
5 changed files with 7 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ import System.IO
--
makeMain :: String -> String -> Layout Window -> [String] -> [(Int,Int,Int,Int)]
-> M.Map (ButtonMask,KeySym) (X ()) -> M.Map (ButtonMask, Button) (Window -> X ())
-> Int -> X () -> IO ()
-> Dimension -> X () -> IO ()
makeMain normalBorderColor focusedBorderColor layoutHook workspaces
defaultGaps keys mouseBindings borderWidth logHook = do
dpy <- openDisplay ""