From f874d6571a9c5763e5c4270c3389ef2502d2f5e3 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:07:39 -0500 Subject: Forked --- wsct.1.scd | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 wsct.1.scd (limited to 'wsct.1.scd') 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* + +# 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 +. -- cgit v1.2.3