Minor config improvements (hm-pkgs and sourcing)

This commit is contained in:
Tobias Reisinger 2022-12-23 01:12:17 +01:00
parent 14e3fbb489
commit bbf5ffe4dc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 9 additions and 20 deletions

View file

@ -1,4 +1,3 @@
. /etc/profile
. "$HOME/.config/environment"
. "$HOME/.config/aliasrc"
@ -9,6 +8,6 @@ then
gpgconf --launch gpg-agent >/dev/null
fi
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -le 3 ]; then
exec $AUTOSTART_DISPLAY
fi