21 lines
597 B
XML
21 lines
597 B
XML
<?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">
|
|
<action name="Execute"><execute>/usr/bin/xfce4-terminal</execute></action>
|
|
</item>
|
|
<separator />
|
|
</menu>
|
|
|
|
</openbox_menu>
|