From 91ac7437b876a7ccc41468ed012ba7ca7cf22d49 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 15 Jun 2021 14:48:00 -0400 Subject: [PATCH] Remove xserverauth files --- README.org | 1 + modules/x11.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 9187b10..2f2d42b 100644 --- a/README.org +++ b/README.org @@ -403,6 +403,7 @@ X11, or X[fn:13] is the generic name for the X Window System Display Server. All ]; extraInit = '' export XAUTHORITY=/tmp/Xauthority + export xserverauthfile=$XAUTHORITY [ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY" ''; }; diff --git a/modules/x11.nix b/modules/x11.nix index f757dfb..15ba5c1 100644 --- a/modules/x11.nix +++ b/modules/x11.nix @@ -16,6 +16,7 @@ ]; extraInit = '' export XAUTHORITY=/tmp/Xauthority + export xserverauthfile=$XAUTHORITY [ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY" ''; };