blob: ee93971fb4c92fd0230ab8cb8b5de084cf9253b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#-------------------------------------------------------------------------
[menu:shell]
[clear]
[title:shell]
# [pixmap:name]
# not necessarily useful, but an example of using the rxvt menuBar
# assuming we have ksh with Emacs bindings
<u>^P<d>^N<r>^F<l>^B
/Commands/*
{manual} man
{manual apropos} man -k
{manual whatis} man -f
{-}
{Exit Shell} exit\r
/Programs/*
{Mule} mule &\r
{Mule(no X)} mule -nw\r
{Mail} Mail\r
{WWW} lynx\r
[read:terminal]
[show]
[done:shell]
#--------------------------------------------------------------------- eof
|