-
Install XQuartz.
-
Install dwm using Homebrew (or whatever):
brew install dwm -
Create a
xinitrc.dscript for dwm:mkdir ~/.xinitrc.d echo "USERWM=/usr/local/bin/dwm" > ~/.xinitrc.d/00-dwm.sh chmod +x ~/.xinitrc.d/* -
Run XQuartz, dwm should start.
It might be useful to tweak some XQuartz settings (just press ⌘,) like full screen, clipboard, etc.
I had to run the following to get the meta key working:
Thanks for the simplified instructions :)