diff --git a/lib/systemd/system-sleep/gemian-lock b/lib/systemd/system-sleep/gemian-lock deleted file mode 100755 index e033b68..0000000 --- a/lib/systemd/system-sleep/gemian-lock +++ /dev/null @@ -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