On Tue, 24 Jun 2003 12:09:41 +0800 (SGT) Didier Casse <[EMAIL PROTECTED]> wrote:
> Normally I put my scripts in ~/.Xclients-default (RH Linux) just > before enlightenment. Something like: > > --------------------- > exec gkrellm & (executes gkrellm at startup) > exec enlightenment > --------------------
exec enlightenment exec xhost local:iridium &
Haven't we been through this recently, or could it have been brought up in some FreeBSD list recently? Bah, nevermind!
The point is, you shouldn't "exec" more than once, that's not really nice policy.
The proper (or at least nicer) way to do this would be:
----------
gkrellm &
exec enlightenment
----------
I know, I'm picky, but just had to say this! =o)
Bye, take care!
/Jalle
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
