Page 1 of 1

xmonad+lxpanel

Posted: Sun Jun 07, 2009 8:14 am
by sw2wolf
In ~/.xmonad/xmonad.hs
......
myStartupHook = do
spawn "fcitx"
spawn "lxpanel"
......

lxpanel can run normally, however there is only one problem: The Task Bar cannot display the started applications ! Can anybody shed a light on me ?

Sincerely!

Re: xmonad+lxpanel

Posted: Sun Jun 07, 2009 1:22 pm
by lostson
I beleive you have to use the ewmh hooks, that will get the panel to show what is running. I just read some postings about that with the xfce panels so maybe the same thing will work with xmonad and lxpanel.

Re: xmonad+lxpanel

Posted: Mon Jun 08, 2009 1:03 am
by sw2wolf
thank you for youe quick answer! I am a newbie of xmonad, so it is better to show me how to use that hook .

sincerely!