diff --git a/.bash_profile b/.bash_profile index 1352987..52944f7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,7 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then - #exec sway + XDG_CURRENT_DESKTOP=sway exec dbus-run-session sway exec startx fi