aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Draxinger <code@datenwolf.net>2024-08-17 13:56:39 +0200
committerWolfgang Draxinger <code@datenwolf.net>2024-08-17 13:56:39 +0200
commita4c3f1350b6df3c408bfdd2b401c3d31585d7c80 (patch)
tree31f0e82dcffc70c859df12b419de4cd83cf9f144 /README
downloadlockall-xscreensaver-master.tar.gz
lockall-xscreensaver-master.tar.bz2
initial commit: main program source, LICENSE and READMEHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0e9c4e9
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Issue `xscreensaver-command -lock` to all instances of xscreensaver
+running on the host it's executed on, to which the user running this
+script has permissions to access:
+
+- If run as root, it will reach each and every instance of xscreensaver
+
+- If run as a regular user, it will lock every xscreensaver of which this
+ user can hold of the associated `XAUTHORITY` file, or if the host was
+ added to the X server's host access list.
+
+(C) 2024 Wolfgang 'datenwolf' Draxinger -- SPDX BSD-3-Clause