https://github.com/rtfb/i3lock
My clone of i3wm's i3lock utility
https://github.com/rtfb/i3lock
Last synced: about 1 year ago
JSON representation
My clone of i3wm's i3lock utility
- Host: GitHub
- URL: https://github.com/rtfb/i3lock
- Owner: rtfb
- License: other
- Created: 2014-03-04T21:05:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T08:05:17.000Z (almost 12 years ago)
- Last Synced: 2025-01-24T08:13:30.031Z (over 1 year ago)
- Language: C
- Size: 430 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
i3lock - improved screen locker
===============================
i3lock is a simple screen locker like slock. After starting it, you will
see a white screen (you can configure the color/an image). You can return
to your screen by entering your password.
Many little improvements have been made to i3lock over time:
- i3lock forks, so you can combine it with an alias to suspend to RAM
(run "i3lock && echo mem > /sys/power/state" to get a locked screen
after waking up your computer from suspend to RAM)
- You can specify either a background color or a PNG image which will be
displayed while your screen is locked.
- You can specify whether i3lock should bell upon a wrong password.
- i3lock uses PAM and therefore is compatible with LDAP etc.
Requirements
------------
- pkg-config
- libxcb
- libxcb-util
- libpam-dev
- libcairo-dev
- libxcb-xinerama
- libev
- libx11-dev
- libx11-xcb-dev
- libxkbfile-dev
- libxkbcommon >= 0.4.0
- libxkbcommon-x11 >= 0.4.0
Running i3lock
-------------
Simply invoke the 'i3lock' command. To get out of it, enter your password and
press enter.
Upstream
--------
Please submit patches to http://cr.i3wm.org/