summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/xinitrc b/dot/xinitrc
index 4b44c5a..2117999 100755
--- a/dot/xinitrc
+++ b/dot/xinitrc
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2set -x 2set -x
3USING_GNOME=1 3USING_GNOME=
4if [ -r "$XAUTHORITY" -a ! "$XAUTHORITY" -ef "$HOME"/.Xauthority ]; then 4if [ -r "$XAUTHORITY" -a ! "$XAUTHORITY" -ef "$HOME"/.Xauthority ]; then
5 ln -sf "$XAUTHORITY" "$HOME"/.Xauthority 5 ln -sf "$XAUTHORITY" "$HOME"/.Xauthority
6 XAUTHORITY="$HOME"/.Xauthority 6 XAUTHORITY="$HOME"/.Xauthority