summaryrefslogtreecommitdiff
path: root/.config/login.d/10_xauthority.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:19:57 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:19:57 -0500
commit2a6dc16a75f4d7beed631d97a99b6a1fc82c4e79 (patch)
treec4fbdc91309529699c7550b691ba047a00aad0a8 /.config/login.d/10_xauthority.sh
parentf565769cdc68b24343ce2d3dbf4e322fad3a6c20 (diff)
split login.sh into login.d
Diffstat (limited to '.config/login.d/10_xauthority.sh')
-rw-r--r--.config/login.d/10_xauthority.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/login.d/10_xauthority.sh b/.config/login.d/10_xauthority.sh
new file mode 100644
index 0000000..a27202c
--- /dev/null
+++ b/.config/login.d/10_xauthority.sh
@@ -0,0 +1,4 @@
+# This was needed once with SSH and Fedora boxes.
+if [[ -z $XAUTHORITY ]]; then
+ export XAUTHORITY="$HOME/.Xauthority"
+fi