As stated in
http://forum.lxde.org/viewtopic.php?f=8&t=115
I configured the lxde-rc.xml file and set Pidgin windows to have no decoration just to find out later that the buddy list toggle hotkey (from the hotkeys plugin) would no longer work.
It wasn't until I removed the app entry in the xml file that my shortcut (CTRL + COMMA) worked once again.
This is my entry in the lxde-rc.xml file
<application name="pidgin">
<decor>no</decor>
</application>
Is there a way to make this work correctly or at least hide the decorations only in the conversation windows?
Thanks Freddie. I don't think there is something we can do to resolve this other than the solution given. If the plugin stops listening/responding to the key that is it's own business.
<application class="Pidgin" role="conversation"> <decor>no</decor> </application> should remove the decoration just from the conversation window.