Moved into new system
This commit is contained in:
parent
3577109db9
commit
15ca3c9160
24 changed files with 318 additions and 5 deletions
13
.bash_profile
Normal file
13
.bash_profile
Normal file
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
if [[ -z $DISPLAY && $(tty) == /dev/tty1 ]] ; then
|
||||
sway &
|
||||
fi
|
||||
|
||||
bash .config/genavbackgroundcolor.sh
|
||||
bash .config/updatecolors.sh
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue