Results 1 to 2 of 2
I am running Kubuntu 11.04 and I use the standard "Blank Screen" screensaver. I want to start a command every time the screensaver starts and to stop it when the ...
- 05-10-2011 #1
kick off a custom process from screensaver in Kubuntu
I am running Kubuntu 11.04 and I use the standard "Blank Screen" screensaver. I want to start a command every time the screensaver starts and to stop it when the screensaver stops.
My idea is to copy the "Blank Screen" screensaver and add a couple of my own lines in the source code ...
but I have some trouble finding the correct files.
Anyone any ideas or suggestions how to do this?
- 05-24-2011 #2Will print 'true' when the screensaver is active, or 'false' when it is inactive.Code:
while sleep 30; do qdbus org.kde.screensaver /ScreenSaver GetActive; done


Reply With Quote