diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-04 21:47:35 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-04 21:47:35 +0100 |
commit | 8e6f8d4e24c0e0e95081bf61f7a55c4f85469950 (patch) | |
tree | 251ca8e47a2c53412e14484a790fbcfc83feb8c2 /radharc.1 | |
parent | Update TODO (diff) | |
download | radharc-8e6f8d4e24c0e0e95081bf61f7a55c4f85469950.tar.gz radharc-8e6f8d4e24c0e0e95081bf61f7a55c4f85469950.tar.bz2 radharc-8e6f8d4e24c0e0e95081bf61f7a55c4f85469950.tar.xz |
Add support for SIGINT and SIGHUP
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'radharc.1')
-rw-r--r-- | radharc.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -160,6 +160,19 @@ Remove the currently applied filter. .SH OPERANDS No operands are supported. +.SH SIGNALS +The following signals have non-default meaning: +.TP +.B SIGINT +Gradually fade out the effect and terminate the process. + +If the fade out time is 0 (default) or if the signal is +sent twice, the effect is removed immediately. +.TP +.B SIGHUP +Terminate the process after any current fade in or fade +out action, but leaf the effect in place. + .SH SEE ALSO .BR coopgammad (1), .BR cg-tools (7), |