[xmonad] how to redirect dynamicLogXinerama output to a FIFO/named pipe?

Brandon Allbery allbery.b at gmail.com
Wed Jun 20 20:37:12 CEST 2012


On Wed, Jun 20, 2012 at 7:38 AM, Lara Michaels
<laramichaels1978 at yahoo.com>wrote:

>                        , startupHook = hSetBuffering stdout LineBuffering
>

*sigh* sorry, late night and I missed part of it.  Also, you're using
gnomeConfig, so it takes a little more:

    , startupHook = (io $ hSetBuffering stdout LineBuffering) <+>
startupHook gnomeConfig

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20120620/3f1edd09/attachment.htm>


More information about the xmonad mailing list