diff options
-rw-r--r-- | src/XMonad/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Main.hs b/src/XMonad/Main.hs index 1208111..faa8d02 100644 --- a/src/XMonad/Main.hs +++ b/src/XMonad/Main.hs @@ -48,7 +48,7 @@ import System.IO xmonad :: (LayoutClass l Window, Read (l Window)) => XConfig l -> IO () xmonad initxmc = do -- setup locale information from environment - setLocale LC_ALL Nothing + setLocale LC_ALL (Just "") -- ignore SIGPIPE and SIGCHLD installSignalHandlers -- First, wrap the layout in an existential, to keep things pretty: |