lightsOn
lightsOn copied to clipboard
Bash script that prevents the screensaver and display power # management (DPMS) to be activated when you are watching Flash Videos fullscreen on Firefox.
Reason: An [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) package should be present in all Linux/BSD distributions updated in the past decade. This package is a standardized way for apps to have cross-desktop-environment compatibility/integration. In particular,...
I'm getting syntax error on line 52 after just cloning the repo and trying to run the script. Not familiar with Bash, but it says something about a redirect error....
This PR adds support for: - Blocking screensaver in KDE5 (powerdevil) - Blocking screensaver in Cinnamon (adopted from https://github.com/iye/lightsOn/pull/23) - Blocking screensaver when mpv or SMPlayer is running. - Blocking...
Can you help my to configure your lightsOn.sh file? I want to set up so that if browser (Firfox or Google hrome...) opened on full screen then delaying the screensaver!...
Hi, there's no kscreensaver in current KDE4 (4.12.4). However, I have no idea how to detect if kde4's screensaver facility is actually is use (at least I can't find a...
Append usage into readme.
Youtube is switching to webm when possible, it would be nice if the screensaver was disabled for it as well.
I find this to be a better option... prevent powermangement while video is playing, rather than fullscreen only. # SET: 1) flashplayer 2) major video players in linux (mpv, mplayer,...
`dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call /org/gnome/ScreenSaver org.gnome.ScreenSaver.SimulateUserActivity` does for gnome-screensaver what `qdbus org.freedesktop.ScreenSaver /ScreenSaver SimulateUserActivity` does for kscreensaver. Should be pretty easy to add gnome-screensaver support with that.