1234567891011121314151617181920 |
- catwm is a very simple and lightweight tiling window manager.
- Which will try to stay under 1000 SLOC.
- CUSTOMIZATION
- -------------
- To customize catwm edit config.h in the git branch and place
- it in the config directory before running the script.
- Example:
- $ git clone https://github.com/djmasde/catwm
- $ cd catwm
- $ cp config.def.h config.h
- $ vi config.h
- [make customizations]
- $ cp -a config.h ../config/config.h
- $ cd ..
- # ./catwm.SlackBuild
|