+ Used Console-TDM replacing LightDM
This commit is contained in:
parent
bb06d26285
commit
f771d94ddd
15 changed files with 70 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue