Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxzi/slock-dpms
Display Power Management Signaling patch for slock, turns off the monitor
https://github.com/oxzi/slock-dpms
dpms energy-efficiency slock
Last synced: 17 days ago
JSON representation
Display Power Management Signaling patch for slock, turns off the monitor
- Host: GitHub
- URL: https://github.com/oxzi/slock-dpms
- Owner: oxzi
- License: mit
- Created: 2017-09-22T14:50:56.000Z (about 7 years ago)
- Default Branch: dpms
- Last Pushed: 2024-08-17T15:31:43.000Z (3 months ago)
- Last Synced: 2024-08-17T16:44:10.807Z (3 months ago)
- Topics: dpms, energy-efficiency, slock
- Language: C
- Homepage: https://tools.suckless.org/slock/patches/dpms
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
slock - simple screen locker with DPMS-Patch
============================================
simple screen locker utility for X.DPMS-Patch
----------
The patched version in the dpms-branch tries to disable the monitor after
a timeout of five second per default. This value can be configured.A patchable diff against version 1.4 can be created by:
git diff 1.4 slock.c config.def.h
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.