diff --git a/.bash_profile b/.bash_profile index 5112cad..724a2d4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -17,7 +17,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then - exec startx + exec dbus-run-session sway else exec start-sway.sh fi