diff options
Diffstat (limited to 'profile/xorg.sh')
-rw-r--r-- | profile/xorg.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profile/xorg.sh b/profile/xorg.sh new file mode 100644 index 0000000..89a26ec --- /dev/null +++ b/profile/xorg.sh | |||
@@ -0,0 +1,10 @@ | |||
1 | # X.org environment variables | ||
2 | # ~/.profile is sourced by LightDM | ||
3 | |||
4 | # Xsession errors | ||
5 | export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors" | ||
6 | # Xsession RC | ||
7 | export USERXSESSIONRC="$XDG_CONFIG_HOME/xorg/xsessionrc" | ||
8 | # Xauthority --- though this doesn't work with LightDM (see | ||
9 | # https://askubuntu.com/a/961459 for a workaround). | ||
10 | export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" | ||