File: sct.1

package info (click to toggle)
setcolortemperature 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 88 kB
  • ctags: 10
  • sloc: ansic: 74; makefile: 18
file content (31 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
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
.\" Released into the public domain like sct itself
.TH sct 1 "June 2016" 
.SH NAME
sct \- set screen color temperature
.SH SYNOPSIS
.B sct 
[temperature]

or

.B sct
[-h]


.SH DESCRIPTION
.B sct
sets the screen's color temperature in a range from 1000 to 10000

.SH OPTIONS
.IP temperature
If passed a value in the correct range (see above)
.B sct
will set the current screen temperature to this value
.IP -h
If -h is passed sct will display usage information
.IP none
If no options are passed sct sets the color temperature to the default of 6500

.SH AUTHOR
sct was written by Ted Unangst <tedu@openbsd.org>
This manual page was written by Jacob Adams <tookmund@gmail.com>