clean tree

This commit is contained in:
Christopher Jeffrey
2011-11-06 18:20:45 -06:00
parent 5f63244a81
commit de8b773387
12 changed files with 54 additions and 101 deletions

View File

@ -60,17 +60,15 @@ The same dependencies and build as xcompmgr.
To build, make sure you have the above dependencies:
``` bash
$ ./autogen.sh
$ make
$ make install
```
The above will produce a single binary.
## Usage
``` bash
$ xcompmgr -cC -t -5 -l -5 -r 5 -o 0.4 \
$ compton -cC -t -5 -l -5 -r 5 -o 0.4 \
-fF -I 0.065 -O 0.065 -D 6 -m 0.8 -i 0.6 -e 0.6 &
$ xcompmgr -cC -t -5 -l -5 -r 5 -o 0.4 -i 0.6 -e 0.6 &
$ compton -cC -t -5 -l -5 -r 5 -o 0.4 -i 0.6 -e 0.6 &
```