First you want to locate the menu.xml file which can be located when you:
Right-click - settings - Openbox Config - Edit menu.xml
When you click that you will open the file and see the basic syntax for adding something.
<item label="NAME OF ITEM">// The name that will appear to the user to click
<action name="Execute"> // Stating to execute the following
<execute>
// what program to launch example: gedit
</execute> // closing tag
</action> // closing tag
</item> // closing tag
Icon - right-click - launcher - command
After you do all of this you want to restart Openbox, to do this follow these steps:
Right-click - Settings - Openbox Config - Restart
After this try it out, should work perfectly. Enjoy!
No comments:
Post a Comment