]> mj.ucw.cz Git - osdd.git/blobdiff - README
README: Add warning about ssh -Y
[osdd.git] / README
diff --git a/README b/README
index c9b974da0bfe483018c2f4d074e9e4b50fa0a13a..0f33f48d67c3e8bbe9ed824059c86bd9e40fccba 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,8 @@ OSDD is a simple daemon whose purpose is to wait for messages sent by other
 programs and display them on the screen using libxosd. Unlike other such
 daemons, it handles message attributes (like colors), keeps its eye on
 message timing and uses X properties to pass messages, so it works over SSH
-connections with X forwarding.
+connections with X forwarding (however, you need to use "ssh -Y" instead of
+"ssh -X" with newer versions of OpenSSH).
 
 I have developed osdd on Linux, but it should work on any recent POSIX-compliant
 system equipped with libX11 and libxosd.
@@ -69,3 +70,5 @@ osd-batt              A slightly more complex client written in C, showing
                        the current status of laptop batteries. It can be asked
                        to show status immediately or to run in background and
                        croak whenever the battery is low.
+
+osd-alsa               Adjust volume of an ALSA mixer channel. Also written in C.