1
0
Fork
You've already forked slock
0
No description
  • C 79.9%
  • Makefile 14.8%
  • Roff 5.3%
Find a file
2020年09月06日 12:49:40 +02:00
.gitignore add gitignore 2020年09月06日 12:49:40 +02:00
arg.h Refactor main() 2016年08月22日 23:22:20 +02:00
config.def.h add timeout patch 2020年01月15日 18:09:29 +01:00
config.h add config.h 2020年09月06日 12:49:09 +02:00
config.mk bump version 2016年11月20日 01:07:11 +01:00
explicit_bzero.c clear passwords with explicit_bzero 2016年08月13日 09:58:00 +02:00
LICENSE Update license year 2016年02月11日 16:30:52 +01:00
Makefile add arg.h and util.h to Makefile 2016年11月20日 01:01:47 +01:00
README rm trailing whitespace in README 2016年11月23日 00:29:18 +01:00
slock.1 Add a section on security considerations 2016年09月28日 22:01:58 +02:00
slock.c add mediakeys patch 2020年03月21日 19:21:06 +01:00
util.h clear passwords with explicit_bzero 2016年08月13日 09:58:00 +02:00

slock - simple screen locker
============================
simple screen locker utility for X.
Requirements
------------
In order to build slock you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (slock is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install slock
(if necessary as root):
 make clean install
Running slock
-------------
Simply invoke the 'slock' command. To get out of it, enter your password.