summaryrefslogtreecommitdiffstats
path: root/info/blueshift.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-22 08:12:40 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-22 08:12:40 +0100
commit1c44449a9d6accf86f13190c98711dde939b4e6a (patch)
tree6dfdd6ff938a03dff98c68bee445d9e7fa215b66 /info/blueshift.texinfo
parentupdate todo (diff)
downloadblueshift-1c44449a9d6accf86f13190c98711dde939b4e6a.tar.gz
blueshift-1c44449a9d6accf86f13190c98711dde939b4e6a.tar.bz2
blueshift-1c44449a9d6accf86f13190c98711dde939b4e6a.tar.xz
info: add a section for signals
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--info/blueshift.texinfo27
1 files changed, 27 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo
index f398c3b..23d810e 100644
--- a/info/blueshift.texinfo
+++ b/info/blueshift.texinfo
@@ -52,6 +52,7 @@ Texts. A copy of the license is included in the section entitled
@menu
* Overview:: Brief overview of @command{blueshift}.
* Invoking:: Invocation of @command{blueshift}.
+* Signals:: Signals handled by @command{blueshift}.
* Configuration API:: How to write configuration files.
* GNU Free Documentation License:: Copying and sharing this manual.
@end menu
@@ -247,6 +248,32 @@ in relation to each other.
+@node Signals
+@chapter Signals
+
+@command{blueshift}, by default in continuous
+mode, implements special support for three
+signals:
+
+@table @asis
+@item SIGTERM
+Fades out the settings and exits the first
+time SIGTERM is received. If SIGTERM is
+received again, Blueshift immediately
+resets effects and exits.
+
+@kbd{Control+c} is treated as SIGTERM.
+
+@item SIGUSR1
+Reloads the configuration script.
+
+@item SIGUSR2
+Disables or enables Blueshift.
+
+@end table
+
+
+
@node Configuration API
@chapter Configuration API