#!/bin/bash

# Programme unter Root starten
/bin/su - --command="nohup /opt/suspend/sleep-root.sh&"

# Bildschirm sperren
/usr/bin/xscreensaver-command -throttle
/usr/bin/xscreensaver-command -lock

# Bildschirm reaktivieren
/bin/sleep 5
/usr/bin/xscreensaver-command -unthrottle

