README 442 B

1234567891011121314151617181920
  1. catwm is a very simple and lightweight tiling window manager.
  2. Which will try to stay under 1000 SLOC.
  3. CUSTOMIZATION
  4. -------------
  5. To customize catwm edit config.h in the git branch and place
  6. it in the config directory before running the script.
  7. Example:
  8. $ git clone https://github.com/djmasde/catwm
  9. $ cd catwm
  10. $ cp config.def.h config.h
  11. $ vi config.h
  12. [make customizations]
  13. $ cp -a config.h ../config/config.h
  14. $ cd ..
  15. # ./catwm.SlackBuild