1
0
Fork
You've already forked slock
0
Personal slock fork
  • C 84.4%
  • Makefile 10.5%
  • Roff 5.1%
Find a file
2026年02月23日 18:41:26 -08:00
.gitignore Add .gitignore 2025年03月13日 16:38:59 -07:00
arg.h Refactor main() 2016年08月22日 23:22:20 +02:00
config.def.h Set monitortime to 30 seconds 2025年05月10日 15:19:09 -07:00
config.mk bump version to 1.6 2025年08月11日 14:09:28 -07:00
explicit_bzero.c clear passwords with explicit_bzero 2016年08月13日 09:58:00 +02:00
LICENSE update LICENSE 2025年08月11日 14:09:27 -07:00
Makefile Makefile: be verbose and remove options 2025年08月11日 14:09:27 -07:00
README rm trailing whitespace in README 2016年11月23日 00:29:18 +01:00
slock.1 slock.1: use standard wording for options 2025年08月11日 14:09:27 -07:00
slock.c add a comment for the ctrl-u clear field combo 2026年02月23日 18:41:26 -08: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.