-
Notifications
You must be signed in to change notification settings - Fork 0
/
backlightctl.1
53 lines (51 loc) · 991 Bytes
/
backlightctl.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.\ Documentation for backlightctl
.\ by daerich (branding is important)
.TH BACKLIGHTCTL 1 2021-06-22 GNU/LINUX
.SH NAME
backlightctl \- control backlightd daemon
.SH SYNOPSIS
.B backlightctl
[OPTION] [SCALE]
.SH DESCRIPTION
backlightctl pushes new configuration options to backlightd and
signals it to reload.
.SH OPTIONS
.TP
p
.B Print
current brightness scale in percent
.TP
s
.B Set
current brightness to
.B SCALE
,where scale is an integer between 10 and 100 (naturally).
.SH FILES
.I /etc/backlightd_d.conf \- backlightd's configuration file
.SH NOTES
.B Only the first letter of the command is checked.
The rest is ignored(commands resemble "BSD-style")
.SH AUTHORS
.UR https://github.com/daerich/backlightd.git
Written by DaErich and tracked on GitHub
.UE
.SH EXAMPLES
Set brightness to 40%:
.IP
.I backlightctl s 40
.PP
Print brightness:
.IP
.I backlightctl p
.PP
Print help:
.IP
.I backlightctl
.PP
or
.IP
.I backlightctl sp
.PP
or
.IP
.I backlightctl any unknown words