My own personal build of slock
 
 
 
Go to file
Christian Nicola 2163863ba2
Commit inital slock build
This build was patched with https://github.com/bakkeby/slock-flexipatch,
and then configured to suit my needs.

See config.def.h for details.
2021-11-21 14:11:27 +01:00
patch Commit inital slock build 2021-11-21 14:11:27 +01:00
.gitignore Commit inital slock build 2021-11-21 14:11:27 +01:00
LICENSE Commit inital slock build 2021-11-21 14:11:27 +01:00
Makefile Commit inital slock build 2021-11-21 14:11:27 +01:00
README Commit inital slock build 2021-11-21 14:11:27 +01:00
TODO Commit inital slock build 2021-11-21 14:11:27 +01:00
arg.h Commit inital slock build 2021-11-21 14:11:27 +01:00
config.def.h Commit inital slock build 2021-11-21 14:11:27 +01:00
config.mk Commit inital slock build 2021-11-21 14:11:27 +01:00
explicit_bzero.c Commit inital slock build 2021-11-21 14:11:27 +01:00
slock.1 Commit inital slock build 2021-11-21 14:11:27 +01:00
slock.c Commit inital slock build 2021-11-21 14:11:27 +01:00
util.h Commit inital slock build 2021-11-21 14:11:27 +01:00

README

slock - simple screen locker
============================
simple screen locker utility for X.

This is my personal build of dwm that I use on a daily basis.

The inital patched build was generated with https://github.com/bakkeby/slock-flexipatch

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.