-
Install XQuartz.
-
Install dwm using Homebrew (or whatever):
brew install dwm
-
Create a
xinitrc.d
script 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.
hey this might be such old topic to discuss but reply back if you have a sec!
but running dwm is still a problem. I get:
Meysams-iMac:~ meysam$ /usr/local/bin/dwm
warning: no locale support
dwm: another window manager is already running
I'm even not sure if I have my all conf files correctly edited. I used the same post that you used earlier. seems I'm lost a bit!
to be honest I want to switch to dwm or any other window manager in my iMac to get back to some learning! give me a hand if you can please.