On Thu, 3 Oct 2002 19:51:08 -0400 Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
> -- Forest C. Adcock <[EMAIL PROTECTED]> wrote > (on Thursday, 03 October 2002, 04:24 PM -0500): > > How do I make programs start when Blackbox starts? And is there any way to > > assign them to a specific workspace? > Edit your .xinitrc as follows: > #!/bin/sh > program1 & > program2 & > exec blackbox > Make sure that 'exec blackbox' is the last line. Why "exec blackbox" and not just "blackbox" ? Just wondering, as I've tried both, and had problems either way. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
