8000 GitHub - artebin/xlockscreen: Simple script to lock the screen after some idle time
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

artebin/xlockscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xlockscreen

Simple script to lock the screen after some idle time and reset the current virtual desktop to a specific one.

The screen locking is performed with xtrlock: the desktop is visible, the mouse pointer is replaced by a lock-shaped cursor and the unlocking is done by typing the user password. All other mouse and keyboard inputs are ignored.

This is typically used for demo and test screens supposed to run 24/7.

Usage

Usage: xlockscreen [OPTION]...
Lock the screen with xtrlock after some idle time.

  -i DURATION_IN_SECONDS	Lock the screen after being idle for DURATION_IN_SECONDS.
				If this option is missing then the default duration is 15 minutes.

  -d DESKTOP_ID			Switch to the indicated virtual desktop before lock.

  -c DURATION_IN_SECONDS	Duration in seconds between 2 idle time check.
				If this option is missing then the default duration is 10 seconds.

Dependencies: xprintidle, xtrlock.

About

Simple script to lock the screen after some idle time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0