On Tue, Apr 13, 1999 at 01:42:21PM +0200, [EMAIL PROTECTED] wrote: > how can I have a console program opened running in a rxvt as in an x-term > on windowmaker? > > ie. I have the following in menu.hook: > > "Mutt" EXEC xterm -T "Mutt" -e /usr/bin/mutt > > how can have the same program opened with rxvt instead? > > "Mutt" EXEC rxvt -d "Mutt" -e /usr/bin/mutt
You want to modify /etc/menu-methods/menu.h, look for "function term()" and change xterm to rxvt. Marcelo