I installed FreeBSD today with
dim: A pure-Python window manager for the X window system. I like the minimalism of them both as well as being able to tag groups of windows. Below are my notes.
- Did a default FreeBSD install
- Updated to the latest ports
- Install only the packages you need:
pkg_add -r xorg xorg-fonts urwfonts freetype py27-xpyb
libXfontcache xdm portupgrade git bash emacs
chromium
- Configure X
- Clone dim from github
- Configure a .xession:
xset m 12/4/8
xrdb -merge $HOME/.Xdefaults
xsetroot -solid steelblue
xterm &
exec /usr/local/src/dim/bin/dim
Make sure you have the latest FreeBSD port of
xpyb. The port tree upgrade above should cover you but if you do not have at least 1.3.1 try:
portsnap fetch
portsnap extract
portsnap update
pkg_install -r portupgrade
portupgrade -R py27-xpyb