From e140647ba7e43ab4714503b7ea52aafd740a1cb4 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 6 Nov 2018 18:49:10 +0000 Subject: [PATCH] profile: remove XAUTHORITY override For some reason it prevents X from starting in some cases. Perhaps more research in the future to fix it --- .profile | 1 - 1 file changed, 1 deletion(-) diff --git a/.profile b/.profile index ea1c0e8..a21dec4 100644 --- a/.profile +++ b/.profile @@ -30,7 +30,6 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # Gnupg export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" # X11 -export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" # GTK2 export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini