mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-18 14:13:15 +09:00
11 lines
150 B
Bash
11 lines
150 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
|
exec startx
|
|
fi
|
|
|