This commit is contained in:
Roland Thomas
2022-12-11 11:07:30 -05:00
parent e64c333d6e
commit c0e5a2fa1d
15 changed files with 2024 additions and 11 deletions

12
.bash_profile Normal file
View File

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