diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2017-08-16 20:36:09 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2017-08-16 20:36:09 -0400 |
commit | cf89b3457feaa7f7695fc992d25473f773423008 (patch) | |
tree | 0938e816cc26f6d68192f77d2ad90daec77d14b1 /README | |
download | inhibit-screensaver-cf89b3457feaa7f7695fc992d25473f773423008.tar.xz inhibit-screensaver-cf89b3457feaa7f7695fc992d25473f773423008.zip |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |