Add .xinitrc and .bash_profile2

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-11 14:56:36 +02:00
parent 04f5d1fa18
commit 4c19d90627
3 changed files with 6 additions and 4 deletions

3
.bash_profile Normal file
View file

@ -0,0 +1,3 @@
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
exec startx
fi