aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: acb50cc5f9c8d7d3064e87c1456843ed6f90b55d (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
	  startx
fi