labwc-menu(5) | File Formats Manual | labwc-menu(5) |
labwc - menu files
Static menus are built based on content of XML files located at "~/.config/labwc" and equivalent XDG Base Directories.
The menu file must be entirely enclosed within <openbox_menu> and </openbox_menu> tags. Inside these tags, menus are specified as follows:
<menu id=""> <!-- A menu entry with an action, for example to execute an application --> <item label=""> <action></action> </item> <!-- A submenu defined elsewhere --> <menu id="" /> <!-- Horizontal line > <separator /> <!-- An inline submenu --> <menu id="" label=""> ...some content... </menu> </menu>
menu.id
menu.label
menu.item.label
menu.item.action
menu.separator
labwc(1), labwc-action(5), labwc-config(5), labwc-theme(5)
2024-04-01 |