diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-24 16:34:15 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-24 16:34:15 +0100 |
commit | 11f89cf7a9a7375b74a239311e394db3c952fbd9 (patch) | |
tree | 8cdd850a991dd9fcac9ad663454750427425edd7 /README | |
parent | Cleanup (diff) | |
download | redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.gz redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.bz2 redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.xz |
Add support for specifying hook file
Signed-off-by: Mattias Andrée <m@maandree.se>
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. |