aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-04 21:47:35 +0100
committerMattias Andrée <m@maandree.se>2025-02-04 21:47:35 +0100
commit8e6f8d4e24c0e0e95081bf61f7a55c4f85469950 (patch)
tree251ca8e47a2c53412e14484a790fbcfc83feb8c2 /TODO
parentUpdate TODO (diff)
downloadradharc-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--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 53e0a74..0cf04b5 100644
--- a/TODO
+++ b/TODO
@@ -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