Files
endeavouros-i3wm-setup/bash_profile
T
Johannes Kamprad b445417560 Add files via upload
2021-10-19 18:53:29 +02:00

11 lines
150 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi