This is all via https://www.freebsd.org/doc/handbook/network-wireless.html.
Identify the wireless adapter. Give ifconfig a go:
% ifconfig | grep -B3 -i wireless
On FreeBSD or higher, try systemctl instead:
% sysctl net.wlan.device
dwm (dynamic window manager)
Building dwm
- X11 deps
- edit
config.mkto point at includes and libs - edit
config.mkto point at typeface - install dmenu
- add
exec dwmto end of.xinitrc
links
Configuring dwm
- edit
config.hand compile
background image
- install
xloadimage(xsetbg) - add
xsetbg -fullscreen <path to image>to.xinitrc
links
xterm config
- create
.Xdefaultsfile in home dir - insert list of xterm config settings
links
xkeyboard mapping config
- install xkeyboard-config
man xkeyboard-configto view all available options- use
setxkbmapto set mapping and add to.xinitrc
links
wacom tablet
links
…