Sravan Balaji 430c9be6c2 mediakeys patch
- Apply mediakeys patch
- Update README with link to mediakeys patch
- Add diff to patches folder
2020-12-11 10:52:54 -05:00
2020-12-11 10:52:54 -05:00
2020-12-11 10:10:49 -05:00
2016-08-22 23:22:20 +02:00
2020-12-11 10:42:20 -05:00
2016-11-20 01:07:11 +01:00
2016-02-11 16:30:52 +01:00
2020-12-11 10:10:49 -05:00
2020-12-11 10:52:54 -05:00
2020-12-11 10:52:54 -05:00
2016-08-13 09:58:00 +02:00

slock - simple screen locker

Sravan's custom build of slock. Original slock build by suckless team found here: https://tools.suckless.org/slock/

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.

Configuration

The configuration of slock is done by creating a custom config.h and (re)compiling the source code.

Patches

Most patches can be found on the suckless website: https://tools.suckless.org/slock/patches/

  • capscolor - Introduces an additional color to indicate the state of Caps Lock.
  • mediakeys - Allows use of media keys while screen is locked
Description
No description provided
Readme 124 KiB
Languages
C 81.9%
Makefile 12.8%
Roff 5.3%