From 0422b01ef04b13f38701040b7845cfefe5e0fae4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 9 Aug 2014 19:15:36 +0200 Subject: zprofile: Move xauthority to $HOME/.local/share/xorg --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index 8388786..a2be301 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -8,7 +8,7 @@ export MPV_HOME="$XDG_CONFIG_HOME"/mpv export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose -export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/authority +export XAUTHORITY="$HOME"/.local/share/xorg/authority export ABSROOT="$HOME"/build/abs -- cgit v1.2.3-54-g00ecf