Or, you can install console-tdm by compiling from source, follow instructions, etc... its not very hard.
https://github.com/dopsi/console-tdm
It takes like less than ten minutes to setup up. Try it if you want something easy. well I mean, easy that will work after 0.4
once it is compiled, as in installed aka, make installed to your system,
tdmctl init without root,
tdmctl add your_DE /usr/bin/YourDE
Your desktop environment or window manager your using is your_DE...
such as i3-wm or Lumina Desktop or for now, XFCE4 or LXDE...
but before you log out, do this in your home folder:
make an, .xinitrc file for home folder,
put this:
exec tdm --xstart
in the .xinitrc
.txt file
then, make .bash_profile look like this inside it:
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
exec tdm
then, you don't need xdm or lxdm or any other display manager for that matter.
It works for me.
EDITING TO MAKE CORRECT! just now...
HyperbolaBSD: The Future of Secure Libre Lightweight Operating Systems!