if [[ -z $WAYLAND_DISPLAY && $XDG_VTNR == 1 && $(tty) == /dev/tty1 ]]; then
  exec ~/scripts/start_hyprland.sh
fi
