diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -9,7 +9,7 @@ NAME SYNOPSIS redshift [-b brightness] [-c config-file] [-D | +D] - [-E | +E | -e elevations] [-g gamma] + [-E | +E | -e elevations] [-g gamma] [-H hook-file] [-l latitude:longitude | -l provider[:options]] [-m method[:options]] [-P | +P] [-r | +r] [-dv] [-O temperature | -o | -p | -t temperature | -x] | -h | -V @@ -123,6 +123,12 @@ OPTIONS nothing is omitted or an entire set, including its two colons (:) are omitted. + -H hook-file + Select hook file or directory. + + /dev/null or /var/empty can be used to tell redshift not to run + hook files. + -h Display help message. @@ -531,6 +537,13 @@ EXTENDED DESCRIPTION however if only one value is specified it is applied to all each channels. + hook = file or directory + Set hook file or directory. If not specified, the default + paths are searched. + + /dev/null and /var/empty can be used to prevent redshift from + executing hooks. + fade = 0 or 1 Disable (if 0) or enable (if 1) fading between colour settings with large differences. |