bnuuy/etc/xdg/openbox/menu.xml
danielguerra69 dece990bc2 first commit
alpine edge minimal vnc server with openbox and xterm
2016-09-08 13:38:23 +02:00

22 lines
588 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/xterm</execute></action>
</item>
<separator />
</menu>
</openbox_menu>