How to install dwm in Luddite? __{{emoticon}}__
My plan is as follows:
- 1. Compile dwm from suckless.org source via make clean install, as suggested in their README file
2. Tweak .xinitrc file as in...
Code: Select all
$ diff .xinitrc changes_xinitrc 16c16 < DEFAULT_DESKTOP="jwm" --- > DEFAULT_DESKTOP="dwm" 27a28,30 > dwm) > exec dwm > ;;
- A. .xinitrc file says"Please add any modifications to .xinitrc-custom and not this file."
I have no idea how to get the functionality of #2 above via .xinitrc-custom
B. I intend to use some aspects of the suckless-tools package with dwm. I would prefer
to uninstall suckless-tools package, and roll my own / compile as I need. However unless
I'm missing something, uninstalling suckless-tools package is perhaps not straightforward
as wmii depends on it.
PS. Thanks for the beautiful distro!