Better usage of .xsession / .xinitrc I guess

This commit is contained in:
Geoffrey Frogeye 2021-06-11 23:32:56 +02:00
parent 06e24eac37
commit 2289712638
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 96 additions and 88 deletions

View file

@ -49,7 +49,8 @@ export VIMINIT="source $MYVIMRC"
direnv WINEPREFIX "$HOME/.cache/wineprefix/default"
direnv YARN_CACHE_FOLDER "$HOME/.cache/yarn"
export YARN_DISABLE_SELF_UPDATE_CHECK=true # This also disable the creation of a ~/.yarnrc file
export XAUTHORITY="$HOME/.config/Xauthority"
# Disabled since this causes lockups with DMs
# export XAUTHORITY="$HOME/.config/Xauthority"
# And for the rest, see aliases
direnv JUNKHOME "$HOME/.cache/junkhome"