|
@@ -4,11 +4,8 @@ Light - A Program to Control Backlight Controllers
|
4
|
4
|
- [Introduction](#introduction)
|
5
|
5
|
- [Examples](#examples)
|
6
|
6
|
- [Usage](#usage)
|
7
|
|
- - [Operation modes](#operation-modes)
|
8
|
|
- - [Value modes](#value-modes)
|
9
|
|
- - [Target](#target)
|
10
|
|
- - [Field](#field)
|
11
|
|
- - [Controller modes](#controller-modes)
|
|
7
|
+ - [Commands](#commands)
|
|
8
|
+ - [Options](#options)
|
12
|
9
|
- [Installation](#installation)
|
13
|
10
|
- [Arch Linux](#arch-linux)
|
14
|
11
|
- [Fedora](#fedora)
|
|
@@ -27,9 +24,9 @@ Introduction
|
27
|
24
|
* Automatically detects the best controller
|
28
|
25
|
* Possibility to set a minimum brightness value
|
29
|
26
|
|
30
|
|
-Let's get started with a few examples, for details, see below for the
|
31
|
|
-full description of the different commands, options and how to access
|
32
|
|
-different controllers.
|
|
27
|
+Let's get started with a few examples! See the following sections for
|
|
28
|
+the detailed descriptions of all available commands, options and how to
|
|
29
|
+access different controllers.
|
33
|
30
|
|
34
|
31
|
|
35
|
32
|
Examples
|