2016-09-08 11:38:23 +00:00
|
|
|
<?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/
|
|
|
|
file:///usr/share/openbox/menu.xsd">
|
|
|
|
|
|
|
|
<menu id="root-menu" label="Openbox 3">
|
|
|
|
<!-- This requires the presence of the 'menu' package to work -->
|
|
|
|
<menu id="/Debian" />
|
|
|
|
<separator />
|
|
|
|
<menu id="client-list-menu" />
|
|
|
|
<separator />
|
|
|
|
|
|
|
|
<item label="xterm">
|
2017-03-02 12:05:59 +00:00
|
|
|
<action name="Execute"><execute>/usr/bin/xfce4-terminal</execute></action>
|
2016-09-08 11:38:23 +00:00
|
|
|
</item>
|
|
|
|
<separator />
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
</openbox_menu>
|