#!/bin/csh
sleep 2100;
dcop kdesktop KScreensaverIface lock;
Put the above file somewhere. Create a Keyboard shortcut to this script and every time you unlock your session, type the shortcut, and your session will be locked after 35 mins.
sleep 2100;
dcop kdesktop KScreensaverIface lock;
Put the above file somewhere. Create a Keyboard shortcut to this script and every time you unlock your session, type the shortcut, and your session will be locked after 35 mins.
0 comments:
Post a Comment