From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- profile/xorg.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 profile/xorg.sh (limited to 'profile/xorg.sh') 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 @@ +# 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" -- cgit 1.4.1-21-gabe81