https://github.com/dwarfmaster/scrlock
This program is a derivated work from slock utility by suckless.org
https://github.com/dwarfmaster/scrlock
Last synced: about 1 year ago
JSON representation
This program is a derivated work from slock utility by suckless.org
- Host: GitHub
- URL: https://github.com/dwarfmaster/scrlock
- Owner: dwarfmaster
- License: mit
- Created: 2013-05-10T06:55:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T07:16:13.000Z (about 12 years ago)
- Last Synced: 2025-02-07T02:48:16.753Z (over 1 year ago)
- Language: C
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
scrlock - simple screen locker
============================
simple screen locker utility for X.
This program is a derived work from slock utility by suckless.org. Its aim
is to add some features while keeping slock minimalistic interface.
Requirements
------------
In order to build scrlock you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (scrlock is installed into
the /usr/local namespace by default).
Edit config.h to configure scrlock. Comment the lines defining MSG or SCRIPT
to disable this options. Some config can be done for every one of them in
the same file. Configuration can only be done at compile-time.
Afterwards enter the following command to build and install scrlock
(if necessary as root):
make clean install
Running slock
-------------
Simply invoke the 'scrlock' command. To get out of it, enter your password.
If a wrong password is typed, a script is executed in an other process.
You can enter messages with ctrl+space, saving them with enter.