1labwc-menu(5) File Formats Manual labwc-menu(5)
2
3
4
6 labwc - menu
7
9 Static menus are built based on content of XML files located at
10 "~/.config/openbox" and equivalent XDG Base Directories.
11
13 A menu file must be entirely enclosed within <openbox_menu> and </open‐
14 box_menu> tags. Inside these tags, menus are specified as follows:
15
16 <menu id="">
17 <item label="">
18 <action></action>
19 </item>
20 </menu>
21
22 menu.id
23 Each menu must be given an id, which is a unique identifier of the
24 menu. This id is used to refer to the menu in a ShowMenu action.
25
26 menu.item.label
27 The visible name of the menu item.
28
29 menu.item.action
30 See labwc-action(5)
31
33 labwc(1), labwc-action(5), labwc-config(5), labwc-theme(5)
34
35
36
37 2021-04-19 labwc-menu(5)