-
Install X11.app (it's on the OS X install disk or something.)
-
Install
dwm. You have to customizeconfig.ha bit:- Replace
{ MODKEY|ShiftMask, XK_q, quit, {0} },with{ MODKEY|ControlMask, XK_q, quit, {0} },to avoid colliding with the Log Out shortcut in the Apple menu.
If you install
dwmfrom Homebrew,brew install dwm, this is done automatically. - Replace
-
Install XQuartz (http://xquartz.macosforge.org) which is the development version of the X11.app that ships with OS X, which means it is way more up to date. I have had some weird issues with X11.app v. 2.3-something. XQuartz 2.5.0 fixed that.
-
Install
dwmfrom Homebrew,brew install dwm. This makes a bunch of necessary tweaks to the DWM configuration. -
Add the following script to $PATH, name it
dwm-launchandchmod 755:cd ~
while true