From a7f9e039f7aed5bc36cfaa50e7c29dd960e6001f Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 14 Jul 2016 18:35:31 -0700 Subject: Add screensaver idle inhibitor protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This interface allows disabling of screensaver/screenblanking on a per-surface basis. As long as the surface remains visible and non-occluded it blocks the screensaver, etc. from activating on the output(s) that the surface is visible on. To uninhibit, simply destroy the inhibitor object. Signed-off-by: Bryce Harrington Reviewed-by: Yong Bakos Reviewed-by: Jonas Ã…dahl --- unstable/idle-inhibit/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unstable/idle-inhibit/README (limited to 'unstable/idle-inhibit/README') diff --git a/unstable/idle-inhibit/README b/unstable/idle-inhibit/README new file mode 100644 index 0000000..396e871 --- /dev/null +++ b/unstable/idle-inhibit/README @@ -0,0 +1,4 @@ +Screensaver inhibition protocol + +Maintainers: +Bryce Harrington -- cgit v1.2.3