dotfiles/.bash_profile
Severin Kaderli 4c19d90627 Add .xinitrc and .bash_profile2
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2016-09-11 14:56:36 +02:00

3 lines
72 B
Bash

if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
exec startx
fi