From 13ee63ec2a631f517f30528422bc802c9085c820 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 20 Apr 2017 17:04:59 +1200 Subject: Add quick doc to disable-fullscreen-lock --- local/bin/disable-fullscreen-lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local/bin/disable-fullscreen-lock b/local/bin/disable-fullscreen-lock index 487e33b..b755ab2 100755 --- a/local/bin/disable-fullscreen-lock +++ b/local/bin/disable-fullscreen-lock @@ -1,5 +1,11 @@ #!/bin/sh +# Periodically checks if the active window is a full screen one and if so, +# uses xdotool to simulate a keypress and unsets+sets DPMS to attempt to +# stop a screen locker from locking the screen. +# My primary use case is for watching youtube videos in full screen without +# needing to wriggle the mouse periodically + DELAY=300 while true; do -- cgit v1.1