diff options
author | Benedikt Heine <bebe@bebehei.de> | 2015-11-28 00:56:16 +0100 |
---|---|---|
committer | Benedikt Heine <bebe@bebehei.de> | 2015-11-28 00:56:16 +0100 |
commit | 1eb0314f80d0a14b77841d6018d4a83f70c1c704 (patch) | |
tree | 1749268e226f2da9f1177a00fb1cdf9dce3bde64 /redshift.1 | |
parent | Merge pull request #279 from giwhub/patch-2 (diff) | |
download | redshift-ng-1eb0314f80d0a14b77841d6018d4a83f70c1c704.tar.gz redshift-ng-1eb0314f80d0a14b77841d6018d4a83f70c1c704.tar.bz2 redshift-ng-1eb0314f80d0a14b77841d6018d4a83f70c1c704.tar.xz |
Change documentation concerning hooks
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |