dotfiles/.bash_profile

12 lines
185 B
Bash
Raw Normal View History

2020-06-25 05:48:14 +08:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
XDG_CURRENT_DESKTOP=sway exec dbus-run-session sway
2020-06-25 05:48:14 +08:00
exec startx
fi