xmonad+lxpanel

Please post all general support questions for LXDE here.
Locked
sw2wolf
Posts: 2
Joined: Sun Jun 07, 2009 8:07 am

xmonad+lxpanel

Post 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!
Attachments
1.png
(104.34 KiB) Downloaded 9 times
lostson
Posts: 33
Joined: Thu Jan 08, 2009 12:17 pm
Location: Wisconsin US
Contact:

Re: xmonad+lxpanel

Post 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.
Image
sw2wolf
Posts: 2
Joined: Sun Jun 07, 2009 8:07 am

Re: xmonad+lxpanel

Post 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!
Locked