mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-06 23:21:52 -07:00
make xmonad work with inverted main/config.
This commit is contained in:
@@ -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 ""
|
||||
|
Reference in New Issue
Block a user