pidgin toggle not working when decorations are hidden

Please post all general support questions for LXDE here.
Locked
dekaru
Posts: 14
Joined: Fri Nov 14, 2008 4:47 am

pidgin toggle not working when decorations are hidden

Post by dekaru »

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.

Code: Select all

    <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?
PCMan
Posts: 85
Joined: Mon Oct 06, 2008 9:52 am

Re: pidgin toggle not working when decorations are hidden

Post by PCMan »

Maybe you can get some help on openbox irc channel.
Please refer to the homepage of openbox project.
dekaru
Posts: 14
Joined: Fri Nov 14, 2008 4:47 am

Re: pidgin toggle not working when decorations are hidden

Post by dekaru »

Locked