Comment 48 for bug 66257

Revision history for this message
Denis Salmanovich (den23513) wrote :

I simply made this script to lock the screen and turn off monitor:

#! /bin/bash
gnome-screensaver-command --lock
xset dpms force stanby

I'v placed shortcut to this script on my desktop and thats all.