wok view blackbox/stuff/menu @ rev 24371

updated bird (2.0.7 -> 2.0.8)
author Hans-G?nter Theisgen
date Sat Feb 05 15:01:57 2022 +0100 (2022-02-05)
parents
children
line source
1 # This is the default menu file for Blackbox 0.33.0 and up
2 # suitable for SliTaz
3 #
4 # Lines beginning with the '#' character are ignored.
5 #
6 # The new syntax is simpler than the old X resource format...
7 # Each menu item consists of 2 or 3 fields:
8 #
9 # [command] (label) {data}
10 #
11 # where [command] is one of:
12 #
13 # [begin] [end] [exec] [exit] [reconfig] [restart] [submenu]
14 # [style] [stylesdir] [include] [workspaces] [config]
15 #
16 # [begin] is used for the top level menu
17 # [submenu] is used for submenus
18 # [end] must be used with BOTH [begin] and [submenu] to tell the parser to stop
19 # reading from the file.
20 #
21 # [exec] (label) {string}
22 # This will insert an item that runs a program.
23 #
24 # [exit] (label)
25 # This will insert an item that exits the window manager.
26 #
27 # [reconfig] (label) {string}
28 # This will insert an item that tells blackbox to re-read it's configuration
29 # files. {string} is optional, and if supplied, will execute the string with
30 # /bin/sh -c before the reconfiguration is performed. (this is helpful for
31 # writing multiple config files and switching between them)
32 #
33 # [restart] (label) {string}
34 # This will insert an item to restart the window manager. {string} is
35 # optional, and if omitted, blackbox will restart itself. If {string} is
36 # specified, then a different window manager will be started.
37 #
38 # [style] (filename)
39 # This will insert an item to reconfigure blackbox with the new style. This
40 # change is saved when blackbox exits or restarts.
41 #
42 # [include] (filename)
43 # This will read more menu items from the file "filename". The file cannot
44 # contain a [begin] or [end], except for the [end] needed for submenus.
45 #
46 # [workspaces] (label)
47 # This tells Blackbox to insert a "link" to the workspaces menu directly
48 # into your menu.
49 #
50 # [config] (label)
51 # This tells Blackbox to insert the ConfigMenu into your menu. The ConfigMenu
52 # allows you to change several options found in your ~/.blackboxrc file on the
53 # fly.
54 #
55 # example:
57 [begin] (Blackbox)
58 [exec] (xterm) {xterm -ls}
59 [exec] (Sakura) {sakura}
61 [exec] (leafpad) {leafpad}
62 [exec] (ePDFView) {epdfview}
64 [exec] (SliTaz Panel) {tazpanel}
66 [submenu] (Graphics)
67 [exec] (Gpicview) {gpicview}
68 [end]
70 [submenu] (Internet)
71 [exec] (Midori) {midori}
72 [exec] (Tazweb) {tazweb}
73 [end]
75 [submenu] (Styles) {Choose a style...}
76 [stylesdir] (/usr/share/blackbox/styles)
77 [end]
79 [workspaces] (Workspace List)
80 [config] (Configuration)
82 [reconfig] (Reconfigure)
83 [restart] (Restart)
84 [submenu] (Others) {Other Window Managers}
85 [restart] (Start Enlightenment) {enlightenment}
86 [restart] (Start openbox) {openbox}
87 [restart] (Start pekwm) {pekwm}
88 [end]
90 [exit] (Exit)
91 [end]
93 # End of example menu.