aboutsummaryrefslogtreecommitdiff
path: root/wsct.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'wsct.1.scd')
-rw-r--r--wsct.1.scd41
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>.