mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Set buffering to LineBuffering in scripts/xmonadpropread.hs
(Required for the script to work properly with tools like dzen)
This commit is contained in:
parent
a3fb5f5df1
commit
5f4b9e8a19
@ -8,8 +8,11 @@ import Graphics.X11
|
||||
import Graphics.X11.Xlib.Extras
|
||||
import Codec.Binary.UTF8.String as UTF8
|
||||
import Foreign.C (CChar)
|
||||
import System.IO
|
||||
|
||||
main = do
|
||||
hSetBuffering stdout LineBuffering
|
||||
|
||||
d <- openDisplay ""
|
||||
xlog <- internAtom d "_XMONAD_LOG" False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user