Focus issue with xmonad and xmobar

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

On Thu, Mar 13, 2008 at 12:27 PM, Bas van Dijk
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
participants (1)
-
Bas van Dijk