diff options
Diffstat (limited to 'data/usr/lib')
-rwxr-xr-x | data/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet | 5 |
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" |