if test ! "x`os`" = xdarwin; then
link xinitrc ~/.xinitrc
- # lightdm doesn't use ~/.xinitrc but ~/.xprofile instead. Assume it's
- # used when the lightdm configuration file is present.
- if test -f "$HOME/.dmrc"; then
- link xinitrc ~/.xprofile
- fi
+ # Most display managers use ~/.xsession instead of ~/.xinitrc (which
+ # is used by e.g. startx). Provide both links.
+ link xinitrc ~/.xsession
fi
if test -f xinitrc.local; then
link xinitrc.local ~/.xinitrc.local