Gentoo Archives: gentoo-user

From: Shaochun Wang <scwang@××××××.cn>
To: gentoo-user@l.g.o
Subject: [gentoo-user] auto startx after login
Date: Wed, 05 Jul 2006 04:02:39
Message-Id: 20060705033847.GA10439@localhost
1 Every time I login, I input startx to start the X Window
2 working environment. Now I am tired of this typing,
3 so I add the following to my $HOME/.bash_profile file:
4
5 pgrep X >/dev/null || exec startx
6
7 I works as I hope! But I still wonder whether there exits
8 another way to do it. Any recommendation?
9
10
11 --
12 Shaochun Wang <scwang@××××××.cn>
13
14 GPG Fingerprint: 70C2 6945 0E46 E08B 419A 007C AC5C F21F 358A 0833
15 You can get my publickey from the following url:
16 http://lcs.ios.ac.cn/~scwang/docs/scwangpublickey.gpg
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] auto startx after login "Norman Rieß" <norman@×××××××××.org>