summaryrefslogtreecommitdiffstats
path: root/data/usr/lib/x86_64-linux-gnu/libexec
diff options
context:
space:
mode:
authorSimon Rettberg2024-11-21 15:08:04 +0100
committerSimon Rettberg2024-11-21 15:08:04 +0100
commit2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5 (patch)
tree6493fbc14379a9f3811ef470afe997310ab6f39f /data/usr/lib/x86_64-linux-gnu/libexec
downloadnetboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.tar.gz
netboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.tar.xz
netboot-debootstrap-2a2621b8c32e4cfdf85bc0bef6f60acc743c2cd5.zip
Initial commit
Diffstat (limited to 'data/usr/lib/x86_64-linux-gnu/libexec')
-rwxr-xr-xdata/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet b/data/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet
new file mode 100755
index 0000000..04f388d
--- /dev/null
+++ b/data/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+xscreensaver-command -lock &
+sleep 1
+loginctl unlock-session "$XDG_SESSION_ID"