summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2017-08-16 20:36:09 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2017-08-16 20:36:09 -0400
commitcf89b3457feaa7f7695fc992d25473f773423008 (patch)
tree0938e816cc26f6d68192f77d2ad90daec77d14b1 /README
downloadinhibit-screensaver-cf89b3457feaa7f7695fc992d25473f773423008.tar.xz
inhibit-screensaver-cf89b3457feaa7f7695fc992d25473f773423008.zip
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..025214c
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This is an implementation of a standalone pipe-based command-line inhibitor
+based on the VLC D-Bus inhibitor.
+
+Instead of using the D-Bus unregistration to guarantee uninhibition, this uses
+a pipe which is automatically closed when the holder exits. Thus, the caller
+application can be written without using D-Bus support (preferable in certain
+cases).
+
+Examples in bash, POSIX sh, and C are provided.