Yes, sounds perfect!
On Friday 14 December 2007 12:28:40 Yves-Alexis Perez wrote:
> Would it be ok to put this file /etc/X11/Xsession.d so user can have a
> .xsessionrc in her homedir?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE
Would it be ok to put this file /etc/X11/Xsession.d so user can have a
.xsessionrc in her homedir?
--
Yves-Alexis
#Source user defined xsessionrc (locales and other environment variables)
USERXSESSIONRC=$HOME/.xsessionrc
if [ -r "$USERXSESSIONRC" ]; then
. "$USERXSESSIONRC"
fi
2 matches
Mail list logo