Skip to content

Instantly share code, notes, and snippets.

@nickknissen
Created September 5, 2013 14:43
Show Gist options
  • Save nickknissen/6451085 to your computer and use it in GitHub Desktop.
Save nickknissen/6451085 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/">
<menu label="New Menu" id="root-menu" >
<item label="Hello world">
<action name="Execute">
<execute>subl3</execute>
</action>
</item>
</menu>
</openbox_menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment