fix: GUILOG moved to .local/state

This commit is contained in:
ange 2024-05-25 18:23:04 +02:00
parent af5bee6a47
commit b80d2c46c4
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -1,7 +1,7 @@
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
GUILOG="$HOME/.local/share/xorg/gui.log"
GUILOG="$HOME/.local/state/gui.log"
mv -f "$GUILOG" "$GUILOG.old" || true