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.mk
to point at includes and libs - edit
config.mk
to point at typeface - install dmenu
- add
exec dwm
to end of.xinitrc
links
Configuring dwm
- edit
config.h
and compile
background image
- install
xloadimage
(xsetbg
) - add
xsetbg -fullscreen <path to image>
to.xinitrc
links
xterm config
- create
.Xdefaults
file in home dir - insert list of xterm config settings
links
xkeyboard mapping config
- install xkeyboard-config
man xkeyboard-config
to view all available options- use
setxkbmap
to set mapping and add to.xinitrc
links
wacom tablet
links
…