forked from faf0/sct
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxsct.1
48 lines (44 loc) · 1021 Bytes
/
xsct.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
.TH xsct 1 "Jul 2023" "2.0" "User Manual"
.SH NAME
xsct \- X11 set screen color temperature
.SH SYNOPSIS
.B xsct
[options]
.I [temperature]
.I [brightness]
.SH DESCRIPTION
.B xsct
sets the screen's color temperature.
.SH OPTIONS
.TP
.B -h, --help
Display usage information and exit
.TP
.B -v, --verbose
Display debugging information
.TP
.B -d, --delta
Shift temperature by temperature value
.TP
.B -s, --screen N
Zero-based index of screen to use.
.TP
.B -t, --toggle
Toggle between night and day temperature.
.TP
.B -c, --crtc N
Zero-based index of CRTC to use.
.TP
.I [temperature]
Black body temperature
.br
If the value is 0, xsct sets the color temperature to the default of 6500
.br
If no arguments are passed, xsct estimates the current display temperature and brightness
.TP
.I [brightness]
Linear brightness between 0.0 (inclusive) and 1.0 (inclusive). The default value is 1.0 if no parameter is passed.
.SH AUTHOR
xsct is based on sct by Ted Unangst <tedu@openbsd.org>
.SH SEE ALSO
redshift(1), xtemp(1)