updated many packages, switched over to bswpm from i3

This commit is contained in:
tomit4 2022-05-24 19:58:07 -07:00
parent 5981db910e
commit 01f972e6b8
7 changed files with 310 additions and 2 deletions

12
bash_profile.txt Normal file
View file

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