aboutsummaryrefslogtreecommitdiff
path: root/brightnessctl.1
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2019-08-02 15:18:04 +0300
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2019-08-02 15:18:04 +0300
commit047eccda8160cfbdddb231e388ec0e47432065ec (patch)
tree8133c30b26918b72be2c292c0bfee9f0303e5550 /brightnessctl.1
parent2e29a6468968aab9cccecb759e1aefa14b889fd1 (diff)
Documented new changes
Rewritten some contributed code
Diffstat (limited to 'brightnessctl.1')
-rw-r--r--brightnessctl.110
1 files changed, 10 insertions, 0 deletions
diff --git a/brightnessctl.1 b/brightnessctl.1
index fa798c7..83faf8d 100644
--- a/brightnessctl.1
+++ b/brightnessctl.1
@@ -49,6 +49,16 @@ Set minimum brightness when using delta values, defaults to 1.
.RE
.sp
+\fB\-e, \-\-exponent\fP=\fIK\fP
+.RS 4
+Changes percentage scaling curve to exponential (linear by default). Default exponent is 4.
+
+Percentage equation: % = \fI[VALUE]\fR^\fI[K]\fR * \fI[MAX]\fR * 100^-\fI[K]\fR.
+
+The exponential curve may make the adjustments perceptually equal.
+.RE
+
+.sp
\fB\-s, \-\-save\fP
.RS 4
Save state in a temporary file.