OpenBSD Environment setup
I've not set up Japanese Input so this article written in English :(
Setup doas
echo "permit persist keepenv user as root" > /etc/doas.conf
Installing i3wm
doas pkg_add i3
echo "exec i3" > ~/.xsession
Disable annoying xconsole
doas sed -i 's/xconsole/#xconsole/' /etc/X11/xenodm/Xsetup_0
doas echo 'xset b off' >> /etc/X11/xenodm/Xsetup_0
Diable annoying beep
doas echo "keyboard.bell.volume=0" > /etc/wsconsctl.conf
Reference: