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 /TODO | |
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 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,6 @@ -Fade out on SIGINT, abrupt on second SIGINT. -On SIGHUP, exit but keep effect. On fade in, query active setting and start from there. (requires libred>=1.1) Use bus for changing settings and CRTCs online. -Add "-t ?" and "-t get" for getting the current temperature. +Add "-t ?" and "-t get" for getting the current temperature. (requires libred>=1.1) +On SIGUSR1, fade out without terminating +On SIGUSR2, fade in +Add PF_UNIX SOCK_DGRAM socket with abstract address @/proc/<pid>/radharc for IPC |