aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Main.hs')
-rw-r--r--src/XMonad/Main.hs2
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: