diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-22 04:55:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-22 04:55:10 +0100 |
commit | 19c254cf3375192e66c49ee10a6fa040704c1b4a (patch) | |
tree | 2048ecdfc8949fa0abe016bf5d2e22678591e106 /info | |
parent | derp (diff) | |
download | blueshift-19c254cf3375192e66c49ee10a6fa040704c1b4a.tar.gz blueshift-19c254cf3375192e66c49ee10a6fa040704c1b4a.tar.bz2 blueshift-19c254cf3375192e66c49ee10a6fa040704c1b4a.tar.xz |
add sigusr2 support, toggles blueshift
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index a112a93..f398c3b 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -648,6 +648,11 @@ the first parameter is the signal that is received (an integer), and zero if @kbd{Control+c} has been pressed. +Similarly @code{signal_SIGUSR1} and @code{signal_SIGUSR2} +are invoked when the programs received a SIGUSR1 signal or +a SIGUSR2 signal, respectively. SIGUSR1 reloads the +configurations and SIGUSR2 enables or disables Blueshift. + To run in continuous mode, you must implement the function @code{periodically}. It takes 8 positional arguments: |