# X.org environment variables # ~/.profile is sourced by LightDM # Xsession errors export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors" # Xsession RC export USERXSESSIONRC="$XDG_CONFIG_HOME/xorg/xsessionrc" # Xauthority --- though this doesn't work with LightDM (see # https://askubuntu.com/a/961459 for a workaround). export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"