|
|
| 18 |
# ^^ This command will have any "%display%" |
18 |
# ^^ This command will have any "%display%" |
| 19 |
# string replaced with the proper display |
19 |
# string replaced with the proper display |
| 20 |
# variable (i.e. 127.0.0.1:<display>.0) |
20 |
# variable (i.e. 127.0.0.1:<display>.0) |
|
|
21 |
# (This should only rarely be needed as |
| 22 |
# the DISPLAY environment variable is also |
| 23 |
# set correctly) |
| 21 |
# or <Menu Text> MENU <name-of-some-prior-defined-menu> |
24 |
# or <Menu Text> MENU <name-of-some-prior-defined-menu> |
| 22 |
# or <Menu Text> ALWAYSONTOP |
25 |
# or <Menu Text> ALWAYSONTOP |
| 23 |
# ^^ Sets the window to display above all others |
26 |
# ^^ Sets the window to display above all others |
|
|
| 79 |
|
82 |
|
| 80 |
// Make some menus... |
83 |
// Make some menus... |
| 81 |
menu apps { |
84 |
menu apps { |
| 82 |
xterm exec "xterm" |
85 |
xterm exec "xterm -sb" |
| 83 |
"Emacs" exec "emacs" |
86 |
"Emacs" exec "emacs" |
| 84 |
notepad exec notepad |
87 |
notepad exec notepad |
| 85 |
xload exec "xload -display %display%" # Comment |
88 |
xload exec "xload -display %display%" # Comment |
| 86 |
} |
89 |
} |