> This is how it works now > ~/.fluxbox/menu > [submenu] (Terminals) > [exec] (xterm) {xterm -bg black -fg yellow} > > Now I'm trying to figure out how to get it to default > as bash. How about this? [submenu] (Terminals) [exec] (xterm) {xterm -bg black -fg yellow -e /bin/bash} This will execute "/bin/bash" as the first command. Dan