[xmonad] Re: Focus issue with xmonad and xmobar
Bas van Dijk
v.dijk.bas at gmail.com
Thu Mar 13 07:34:32 EDT 2008
On Thu, Mar 13, 2008 at 12:27 PM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Hello,
>
> I'm using Andrea Rossatos xmobar which is great. So in my
> ~/.xmonad/xmonad.hs I have:
>
> myDynLog h = DL.dynamicLogWithPP DL.xmobarPP {DL.ppOutput = SIO.hPutStrLn h}
>
> main = do xmobar <- R.spawnPipe "xmobar"
> xmonad $ defaults { logHook = myDynLog xmobar }
>
> However when I start xmonad and type a keybinding say
> mod-shift-return, nothing happens. When I type it again my terminal is
> started as expected.
>
> When I disable xmobar by:
>
> main = xmonad default
>
> Then typing a keybinding as immediate effect. It looks like a focus issue.
>
> I'm unsure where the problem is: xmonad or xmobar so I'm waiting to
> report a bug.
>
> regards,
>
> Bas
>
I tested it again without xmobar enabled and I got the same problem.
So now it seems xmobar has nothing to do with it. I'm filing a bug
report about it.
Bas
More information about the xmonad
mailing list