On Wed, 2001-12-05 at 15:55, Scott Moynes wrote:
> This can be done any number of ways without trying to embed a
> scripting language into the menu parser. This is either the job of
> your shell, or can be done easily using X resources.
>
> [exec] (Edit BB Menu) {rxvt -name editbbmenu -title "Edit BB Menu" -e su -c
> "$EDITOR /usr/share/Blackbox/menu"}
>
> is just as effective with the appropriate resources set in you
> .Xdefaults file.
Problem with the .Xdefaults option is IIRC, that they are global
settings. This leaves the shell option, which I guess should work.
It was just a thought.
Jamin W. Collins