diff options
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ main :: IO () main = do installSignalHandlers -- important to ignore SIGCHLD to avoid zombies args <- getArgs - let launch = catchIO buildLaunch >> xmonad def + let launch = xmonad def case args of [] -> launch ("--resume":_) -> launch |