diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-03-30 21:07:39 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-03-30 21:07:39 -0500 |
| commit | f874d6571a9c5763e5c4270c3389ef2502d2f5e3 (patch) | |
| tree | dde651f3a2fb6ef4a70ee6da027497dbd734d7e0 /wsct.1.scd | |
Diffstat (limited to 'wsct.1.scd')
| -rw-r--r-- | wsct.1.scd | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/wsct.1.scd b/wsct.1.scd new file mode 100644 index 0000000..a12fda0 --- /dev/null +++ b/wsct.1.scd @@ -0,0 +1,41 @@ +wsct(1) + +# NAME + +wsct - set a fixed color temperature on Wayland outputs + +# SYNOPSIS + +*wsct* <temperature> + +# DESCRIPTION + +*wsct* applies a single color temperature to all available Wayland outputs +using `wlr-gamma-control-unstable-v1`. + +The process stays running after the initial set. This is required by the +protocol: when the gamma control object is destroyed, the compositor restores +the original gamma ramps. + +# OPTIONS + +*-h* + Show the help message. + +*-v* + Show the version number. + +# EXAMPLE + +``` +wsct 4500 +``` + +# NOTES + +The temperature argument is an integer in kelvin. + +# AUTHORS + +Derived from wlsunset, originally maintained by Kenny Levinsen +<contact@kl.wtf>. |