We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e121de0 commit e83c87bCopy full SHA for e83c87b
applescript/is_screensaver_running.scpt
@@ -16,6 +16,8 @@
16
# Returns 'true' or 'false' as to whether screensaver is running
17
#
18
# Useful to avoid sending clicks or keystrokes during screensaver, as this makes it hard to login
19
+#
20
+# XXX: Caveat: doesn't work on locked screen when screensaver isn't running so not comprehensive
21
22
tell application "System Events"
23
get running of screen saver preferences
0 commit comments