diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-25 16:49:28 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-04-25 16:49:28 +0200 |
commit | 438ed959d8bfb51df38dd6cc8ca4da6f6122f1cd (patch) | |
tree | 4107199a2424a592765118ca85b032dad99a99b3 | |
parent | 77e9050b05ad1590bfe5123028e6ca219332fb84 (diff) | |
parent | 4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r-- | man/startx.man | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/man/startx.man b/man/startx.man index 5a48c3d..2b894f7 100644 --- a/man/startx.man +++ b/man/startx.man @@ -71,18 +71,14 @@ startx \-\^\- \-layout Multihead .PP To determine the client to run, .B startx -looks for the following files, in order: -.RS -.PP -.I $(HOME)/.startxrc -.PP -.I __libdir__/sys.startxrc -.PP -.I $(HOME)/.xinitrc -.PP -.I __xinitdir__/xinitrc -.RE -.PP +first looks for a file called +.I .xinitrc +in the user's home directory. If that is not found, it uses +the file +.I xinitrc +in the +.I xinit +library directory. If command line client options are given, they override this behavior and revert to the .BR xinit (__appmansuffix__) |