1
0
Fork
You've already forked slock
0
My own build of slock
  • C 78.2%
  • Makefile 16%
  • Roff 5.8%
Find a file
Faiz Jazadi c785eaab87
config.def.h: use gruvbox-dark colors
Signed-off-by: Faiz Jazadi <me@lcat.dev>
2023年03月07日 08:43:48 +07:00
arg.h Refactor main() 2016年08月22日 23:22:20 +02:00
config.def.h config.def.h: use gruvbox-dark colors 2023年03月07日 08:43:48 +07:00
config.mk bump version to 1.5 2022年10月04日 19:45:14 +02: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 Makefile: explicit_bzero.c was copied twice (GNU make gives a warning) 2022年10月04日 19:44:47 +02: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 Properly clear the last entered character 2017年03月25日 21:51:29 +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.