aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-05 21:40:34 +0100
committerMattias Andrée <m@maandree.se>2025-02-05 21:40:34 +0100
commit2cbebb23d08537e0075a7d38b411497e9d9df292 (patch)
treeb80cd37a9019b21b2ecc21b66efc2cc2e82e2de7 /README
parentAdd -W linear (diff)
downloadradharc-2cbebb23d08537e0075a7d38b411497e9d9df292.tar.gz
radharc-2cbebb23d08537e0075a7d38b411497e9d9df292.tar.bz2
radharc-2cbebb23d08537e0075a7d38b411497e9d9df292.tar.xz
Begin implementation of radharc-ipc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 19 insertions, 2 deletions
diff --git a/README b/README
index df9fcb0..c13d23c 100644
--- a/README
+++ b/README
@@ -103,13 +103,30 @@ OPTIONS
Supported options are:
linear=value
-
If value is 'yes', the effect will be surrounded
by an effect equivalent to that of cg-linear(1),
the two effects will be applied as one.
If value is 'no', the above will not be done.
+ socket=name
+ Select name (abstract address) of the socket created
+ for IPC functionality.
+
+ if name is '-', the standard input will be used, and
+ must be a bound unix(7) datagram socket.
+
+ If no specified, and no-socket has not been
+ specified, a default string will be used, being
+ defined by the pattern
+
+ "/proc/%u/%s", <PID>, <class>
+
+ Any comma (,) will be interpeted as part of name.
+
+ no-socket
+ Do not create a socket for IPC functionality.
+
-x
Remove the currently applied filter.
@@ -145,4 +162,4 @@ SIGNALS
and the full effect is immediately applied.
SEE ALSO
- coopgammad(1), cg-tools(7), redshift(1), blueshift(1)
+ radharc-ipc(1), coopgammad(1), cg-tools(7), redshift(1), blueshift(1)