Browse Source

Remove xserverauth files

main
parent
commit
91ac7437b8
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org
  2. 1
      modules/x11.nix

1
README.org

@ -403,6 +403,7 @@ X11, or X[fn:13] is the generic name for the X Window System Display Server. All
]; ];
extraInit = '' extraInit = ''
export XAUTHORITY=/tmp/Xauthority export XAUTHORITY=/tmp/Xauthority
export xserverauthfile=$XAUTHORITY
[ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY" [ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY"
''; '';
}; };

1
modules/x11.nix

@ -16,6 +16,7 @@
]; ];
extraInit = '' extraInit = ''
export XAUTHORITY=/tmp/Xauthority export XAUTHORITY=/tmp/Xauthority
export xserverauthfile=$XAUTHORITY
[ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY" [ -e ~/.Xauthority ] && mv -f ~/.Xauthority "$XAUTHORITY"
''; '';
}; };

Loading…
Cancel
Save