This commit is contained in:
Roland Thomas
2023-02-08 11:16:16 -05:00
parent 058b5dd481
commit 95cf6363f3
14 changed files with 1404 additions and 187 deletions

View File

@ -4,9 +4,7 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
# if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" == 1 ]; then
#if [ -z "${DISPLAY}"] && [ "${XDG_VTNR}" == 1 ]; then
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
exec picom -b
fi