diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-21 13:33:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-21 13:33:39 -0400 |
commit | f6742e8302f615b75eb6a2dd4faf3b306be56012 (patch) | |
tree | 0c6d3ab223d518fbd61c5668d37bd0efff5a3ab5 | |
parent | 3462bc3b8b0c3ceef23c68829147795ae42b8c45 (diff) |
login.sh: leave .Xauthority in $HOME
-rw-r--r-- | .config/login.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/login.sh b/.config/login.sh index c28ca17..e1650b2 100644 --- a/.config/login.sh +++ b/.config/login.sh @@ -71,8 +71,8 @@ export _JAVA_OPTIONS # X11 if [[ -z $XAUTHORITY ]]; then - #export XAUTHORITY="$HOME/.Xauthority" - export XAUTHORITY=$HOME/.runtime/Xauthority + export XAUTHORITY="$HOME/.Xauthority" + #export XAUTHORITY=$HOME/.runtime/Xauthority fi # D-Bus |