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 /redshift.1 | |
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 'redshift.1')
-rw-r--r-- | redshift.1 | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -12,6 +12,8 @@ redshift \- Automatically adjust display colour temperature according the Sun .IR elevations ] [-g .IR gamma ] +[-H +.IR hook-file ] [-l .IB latitude : longitude | -l @@ -179,6 +181,14 @@ nothing is omitted or an entire set, including its two colons .RB ( : ) are omitted. .TP +.BI -H\fR\ hook-file +Select hook file or directory. + +.B /dev/null +or +.B /var/empty +can be used to tell redshift not to run hook files. +.TP .B -h Display help message. .TP @@ -840,6 +850,15 @@ Set gamma correction for nighttime. Values must be within [0.1, however if only one value is specified it is applied to all each channels. .TP +.BI hook\fR\ =\ "file or directory" +Set hook file or directory. If not specified, the default +paths are searched. + +.B /dev/null +and +.B /var/empty +can be used to prevent redshift from executing hooks. +.TP .BI fade\fR\ =\ \fP0 " or " 1 Disable (if .BR 0 ) |