diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-12-01 15:19:19 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-12-01 15:19:19 +0100 | 
| commit | b75f022694d67b99e0760666640f8cbc86b9ff7b (patch) | |
| tree | df870df50d8469d110e0a1de5943ca95492823db | |
| parent | Add install and uninstall rules (diff) | |
| download | cg-tools-b75f022694d67b99e0760666640f8cbc86b9ff7b.tar.gz cg-tools-b75f022694d67b99e0760666640f8cbc86b9ff7b.tar.bz2 cg-tools-b75f022694d67b99e0760666640f8cbc86b9ff7b.tar.xz | |
add readme + fix typo1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 40 | 
1 files changed, 40 insertions, 0 deletions
| @@ -0,0 +1,40 @@ +NAME +	cg-tools - Cooperative gamma tools + +DESCRIPTION +	cg-tools is a collection of utilities that change the colour +	output on monitors without overriding each other. + +UTILITIES +	cg-brilliance(1) +		Set the brilliance on the monitors. + +	cg-darkroom(1) +		Invert colour on the monitors and make them dark red. + +	cg-gamma(1) +		Adjust the gamma curves on the monitors. + +	cg-icc(1) +	       Apply ICC profiles to the monitors. + +	cg-limits(1) +		Adjust the brightness and contrast on the monitors. + +	cg-negative(1) +		Invert colour on the monitors. + +	cg-query(1) +		List output filters applied to a monitor. + +	cg-rainbow(1) +		Adds a rainbow cycle effect to the monitors. + +	cg-remove(1) +		Remove output filter from monitors. + +	cg-sleepmode(1) +		Gradually fade out the monitors, and gradually fade in on exit. + +SEE ALSO +	libcoopgamma(7), coopgammad(1) | 
