about summary refs log tree commit diff stats
path: root/profile/xorg.sh
blob: 89a26ec0fc5ae645193907b3787e18be1e718d1c (plain)
1
2
3
4
5
6
7
8
9
10
# 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"