No need to call gemian-lock now that we've moved to kscreenlocker

This commit is contained in:
Adam Boardman 2021-04-09 22:45:56 +01:00
parent a88294b92a
commit 8714f77d90

View file

@ -1,5 +0,0 @@
#!/bin/bash
if [ "${1}" == "pre" ]; then
USER=`loginctl list-sessions | grep seat0 | awk '{print $3}'`
/bin/su - ${USER:-gemini} -c "DISPLAY=:0 gemian-lock"
fi