Minor config improvements (hm-pkgs and sourcing)
This commit is contained in:
parent
14e3fbb489
commit
bbf5ffe4dc
6 changed files with 9 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue