mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -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 = do
|
||||
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
|
||||
waitForProcess pid
|
||||
return ()
|
||||
|
Reference in New Issue
Block a user