diff options
Diffstat (limited to 'tv')
| -rw-r--r-- | tv/2configs/xserver/xmonad/Util/Shutdown.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/xmonad/Util/Shutdown.hs b/tv/2configs/xserver/xmonad/Util/Shutdown.hs index c5a3edb..89e22b4 100644 --- a/tv/2configs/xserver/xmonad/Util/Shutdown.hs +++ b/tv/2configs/xserver/xmonad/Util/Shutdown.hs @@ -48,6 +48,6 @@ shutdown = do    s <- gets (\s -> (wsData s : extState s))    _ <- io $ do      path <- getEnv "XMONAD_STATE" -    writeFile path (concatMap (++"\n") s) +    writeFile path (unlines s)      exitSuccess    return ()  | 
