aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-09-30 12:42:32 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-10-16 12:35:26 -0400
commit223b1d8fbcc708a08cef347e750b2fa3ceb10bee (patch)
treeaf4fd676c1caaaa65663964084ce5e2bcf704939 /README.md
xscreensaver-dbus, a bridge between D-Bus and xscreensaver
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c80466c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# xscreensaver-dbus
+
+xscreensaver-dbus implements the freedesktop.org D-Bus API for screensavers,
+translating D-Bus calls into appropriate invocations of xscreensaver-command.
+This allows D-Bus-compliant applications to interface with xscreensaver.
+
+Currently, xscreensaver-dbus only supports the [Idle Inhibition
+Service](https://people.freedesktop.org/~hadess/idle-inhibition-spec/)
+interface, but adding additional interfaces should be straightforward.