[gentoo-user] auto startx after login

2006-07-04 Thread Shaochun Wang
Every time I login, I input startx to start the X Window working environment. Now I am tired of this typing, so I add the following to my $HOME/.bash_profile file: pgrep X /dev/null || exec startx I works as I hope! But I still wonder whether there exits another way to do it. Any

Re: [gentoo-user] auto startx after login

2006-07-04 Thread Norman Rieß
Shaochun Wang schrieb: Every time I login, I input startx to start the X Window working environment. Now I am tired of this typing, so I add the following to my $HOME/.bash_profile file: pgrep X /dev/null || exec startx I works as I hope! But I still wonder whether there exits another