aboutsummaryrefslogtreecommitdiffstats
path: root/redshift.1
diff options
context:
space:
mode:
Diffstat (limited to 'redshift.1')
-rw-r--r--redshift.18
1 files changed, 4 insertions, 4 deletions
diff --git a/redshift.1 b/redshift.1
index c9667aa..607152e 100644
--- a/redshift.1
+++ b/redshift.1
@@ -1,6 +1,6 @@
-.TH REDSHIFT: "1" "October 2011" "redshift" "User Commands"
+.TH REDSHIFT 1 2011-10-01 redshift
.SH NAME
-redshift \- Set color temperature of display according to time of day.
+redshift \- set color temperature of display according to time of day
.SH SYNOPSIS
.B redshift
\fI[\-l LAT:LON | \-l PROVIDER:OPTIONS] [\-t DAY:NIGHT] \fR[\fIOPTIONS\fR...]
@@ -149,14 +149,14 @@ lat=55.7
lon=12.6
.fi
.SH HOOKS
-Executable files (e.g. scripts) placed in `~/.config/redshift/hooks'
+Executables (e.g. scripts) placed in folder `~/.config/redshift/hooks'
will be run when a certain event happens. The first parameter to the
script indicates the event and further parameters may indicate
more details about the event. The event `period-changed' is indicated
when the period changes (`night', `daytime', `transition'). The second
parameter is the old period and the third is the new period. The event
is also signaled when Redshift starts up with the old period set to
-`none'.
+`none'. Any dotfiles in the folder are skipped.
A simple script to handle these events can be written like this:
.IP