https://github.com/notchtc/slock
Personal build of slock
https://github.com/notchtc/slock
Last synced: about 2 months ago
JSON representation
Personal build of slock
- Host: GitHub
- URL: https://github.com/notchtc/slock
- Owner: notchtc
- License: mit
- Created: 2022-02-01T09:15:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T11:44:58.000Z (over 3 years ago)
- Last Synced: 2025-01-28T01:22:04.841Z (4 months ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= slock - simple screen locker
chtc
{docdate}My personal https://tools.suckless.org/slock/[slock] build.
== Requirements
In order to build slock you need the Xlib header files.== Patches
- https://tools.suckless.org/slock/patches/capscolor[capscolor]
- https://tools.suckless.org/slock/patches/dpms[dpms]
- https://tools.suckless.org/slock/patches/xresources[xresources]== Installation
Clone the repository and enter the directory.
[source,shell]
git clone https://github.com/notchtc/slock
cd slockEdit 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):
[source,shell]
make clean install== Running slock
Simply invoke the `slock` command. To get out of it, enter your password.