# Hint starting Sway
if [[ -z $DISPLAY ]] && [[ "$(tty)" == "/dev/tty1" ]]; then
        echo
        echo 'To start Sway, simply type sway in the Linux console.'
        echo
fi
