From f6742e8302f615b75eb6a2dd4faf3b306be56012 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 21 Apr 2014 13:33:39 -0400 Subject: login.sh: leave .Xauthority in $HOME --- .config/login.sh | 4 ++-- 1 file 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 -- cgit v1.1-4-g5e80