if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
  source $HOME/.profile
  exec sway --unsupported-gpu
fi