1 # This is the default menu file for Openbox
3 # Lines beginning with the '#' character are ignored.
5 # The new syntax is simpler than the old X resource format...
6 # Each menu item consists of 2 or 3 fields:
8 # [command] (label) {data}
10 # where [command] is one of:
12 # [begin] [end] [exec] [exit] [reconfig] [restart]
13 # [submenu] [style] [include] [workspaces] [config]
15 # [begin] is used for the top level menu
16 # [submenu] is used for submenus
17 # [end] must be used with BOTH [begin] and [submenu] to tell the parser to stop
18 # reading from the file.
20 # [exec] (label) {string}
21 # This will insert an item that runs a program.
24 # This will insert an item that exits the window manager.
26 # [reconfig] (label) {string}
27 # This will insert an item that tells Openbox to re-read it's configuration
28 # files. {string} is optional, and if supplied, will execute the string with
29 # /bin/sh -c before the reconfiguration is performed. (this is helpful for
30 # writing multiple config files and switching between them)
32 # [restart] (label) {string}
33 # This will insert an item to restart the window manager. {string} is
34 # optional, and if omitted, Openbox will restart itself. If {string} is
35 # specified, then a different window manager will be started.
38 # This will insert an item to reconfigure Openbox with the new style. This
39 # change is saved when Openbox exits or restarts.
41 # [include] (filename)
42 # This will read more menu items from the file "filename". The file cannot
43 # contain a [begin] or [end], except for the [end] needed for submenus.
45 # [workspaces] (label)
46 # This tells Openbox to insert a "link" to the workspaces menu directly
50 # This tells Openbox to insert the ConfigMenu into your menu. The ConfigMenu
51 # allows you to change several options found in your ~/.openbox/rc file on the
57 [exec] (xterm) {xterm -ls}
60 [exec] (StarOffice) {soffice}
61 [exec] (XEmacs) {xemacs}
62 [exec] (Acroread) {acroread}
65 [exec] (The GIMP) {gimp}
66 [exec] (Image Magick) {display}
70 [exec] (Mozilla Navigator) {mozilla}
72 [exec] (Mozilla Mail) {mozilla -mail}
73 [exec] (Mozilla News) {mozilla -news}
74 [exec] (Mozilla Composer) {mozilla -edit}
78 [submenu] (X Utilities)
79 [exec] (Xfontsel) {xfontsel}
81 [exec] (Xcalc) {xcalc}
82 [exec] (Xload) {xload}
85 [submenu] (Styles) {Choose a style...}
86 [stylesdir] (@pkgdatadir@/styles)
89 [workspaces] (Workspace List)
90 [config] (Configuration)
92 [reconfig] (Reconfigure)
94 [submenu] (Others) {Other Window Managers}
95 [restart] (Start FVWM) {fvwm}
96 [restart] (Start WindowMaker) {wmaker}
97 [restart] (Start Afterstep) {afterstep}
98 [restart] (Start Enlightenment) {enlightenment}
99 [restart] (Start TWM) {twm}
100 [restart] (Start KWM) {kwm}
106 # End of example menu.