fix: GUILOG moved to .local/state
This commit is contained in:
parent
af5bee6a47
commit
b80d2c46c4
@ -1,7 +1,7 @@
|
|||||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
|
|
||||||
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
||||||
GUILOG="$HOME/.local/share/xorg/gui.log"
|
GUILOG="$HOME/.local/state/gui.log"
|
||||||
|
|
||||||
mv -f "$GUILOG" "$GUILOG.old" || true
|
mv -f "$GUILOG" "$GUILOG.old" || true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user