-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CLI options for screen and CRTC selection (#28)
- Add options for screen and CRTC selection. - Address #25 .
- Loading branch information
Showing
4 changed files
with
69 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,41 @@ | ||
.TH xsct 1 "Aug 2020" "1.6" "User Manual" | ||
.TH xsct 1 "Jun 2022" "1.8" "User Manual" | ||
.SH NAME | ||
xsct \- X11 set screen color temperature | ||
.SH SYNOPSIS | ||
.B xsct | ||
[options] | ||
.I [temperature] | ||
.I [screen_index] | ||
.I [crtc_index] | ||
|
||
.SH DESCRIPTION | ||
.B xsct | ||
sets the screen's color temperature. | ||
|
||
.SH OPTIONS | ||
.TP | ||
.B -d, --delta | ||
Shift temperature by given value | ||
.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 -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 | ||
.TP | ||
.I [screen_index] | ||
Screen to change temperature of. | ||
.TP | ||
.I [crtc_index] | ||
CRTC (output) of specified screen to change temperature of. | ||
|
||
.SH AUTHOR | ||
xsct was written by Ted Unangst <[email protected]> | ||
xsct is based on sct by Ted Unangst <[email protected]> | ||
|
||
.SH SEE ALSO | ||
redshift(1), xtemp(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters