mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
add support for Mac users and their silly case-insensitive filesystems
This commit is contained in:
@@ -292,7 +292,7 @@ restart mprog resume = do
|
|||||||
recompile :: IO ()
|
recompile :: IO ()
|
||||||
recompile = do
|
recompile = do
|
||||||
dir <- fmap (++ "/.xmonad") getHomeDirectory
|
dir <- fmap (++ "/.xmonad") getHomeDirectory
|
||||||
pid <- runProcess "ghc" ["--make", "xmonad.hs"] (Just dir)
|
pid <- runProcess "ghc" ["--make", "xmonad.hs", "-i"] (Just dir)
|
||||||
Nothing Nothing Nothing Nothing
|
Nothing Nothing Nothing Nothing
|
||||||
waitForProcess pid
|
waitForProcess pid
|
||||||
return ()
|
return ()
|
||||||
|
Reference in New Issue
Block a user