dotfiles/.bash_profile
2022-02-27 20:34:46 +08:00

12 lines
144 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
#exec sway
exec startx
fi