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="" label="">
17
18 <!-- This is a menu item, such as a program -->
19 <item label="">
20 <action></action>
21 </item>
22
23 <!-- This links to a submenu defined else where -->
24 <menu id="" />
25
26 <!-- This links to a submenu defined inline -->
27 <menu id="" label="">
28 ...some content...
29 </menu>
30
31 </menu>
32
33 menu.id
34 Each menu must be given an id, which is a unique identifier of the
35 menu. This id is used to refer to the menu in a ShowMenu action.
36
37 menu.label
38 The title of the menu, shown in its parent.
39
40 menu.item.label
41 The visible name of the menu item.
42
43 menu.item.action
44 See labwc-action(5)
45
47 labwc(1), labwc-action(5), labwc-config(5), labwc-theme(5)
48
49
50
51 2022-06-24 labwc-menu(5)