+ Used Console-TDM replacing LightDM

This commit is contained in:
ziro 2020-05-13 17:42:34 +07:00
parent bb06d26285
commit f771d94ddd
15 changed files with 70 additions and 3 deletions

View file

@ -1,7 +1,9 @@
#!/bin/zsh
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
#if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
# exec startx
#fi
bash /usr/bin/tdm
[[ -f ~/.zshrc ]] && . ~/.zshrc