First install the following packages:
# pkg_add xfce xfce-extras openbsd-backgroundsEnable the messagebus:
# rcctl enable messagebus # rcctl start messagebusIf you haven't already done it, also enable the advanced power management daemon:
# rcctl enable apmd # rcctl start apmdConfigure xenodm (
/etc/X11/xenodm/Xsetup_0
) by uncommenting the following lines:
if test -x /usr/local/bin/openbsd-wallpaper then /usr/local/bin/openbsd-wallpaper fiCreate a user
~/.xsession
file:
export LANG=en_US.UTF-8 exec /usr/local/bin/startxfce4And activate the login manager:
# rcctl enable xenodm # rcctl start xenodmYou are ready to go.