From 1dffd69b8e9e4feac511a2d43a969a5c554fea5e Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 20 Jan 2025 20:04:18 -0600 Subject: Unset XAUTHORITY --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile b/sh/profile index b83d012..3025f79 100644 --- a/sh/profile +++ b/sh/profile @@ -49,7 +49,7 @@ export MPD_HOST="$XDG_CONFIG_HOME/mpd/socket" export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc export RENPY_PATH_TO_SAVES="$XDG_DATA_HOME" export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc -export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority +#export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME.config}/vim/vimrc" export ANDROID_USER_HOME="$XDG_DATA_HOME"/android export XCURSOR_PATH="/usr/share/icons:$XDG_DATA_HOME/icons" -- cgit v1.2.3