Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-07-14 19:33:22 +02:00
commit 5aa2f23146
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -56,9 +56,7 @@ export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within
#export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. #export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
# Start graphical session, if startx is aviable # Start graphical session, if startx is aviable
if [ "$(tty)" = "/dev/tty1" ]; then if [ "$(tty)" = "/dev/tty1" ] && [ -x "$(command -v startx)"]; then
if command -v startx > /dev/null; then
! pidof -s Xorg > /dev/null 2>&1 && exec startx "$XINITRC" ! pidof -s Xorg > /dev/null 2>&1 && exec startx "$XINITRC"
fi
fi fi