Michael Stapelberg
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
9 deletions
-
README.md
|
|
@ -1,6 +1,6 @@ |
|
|
|
i3lock - improved screen locker |
|
|
|
=============================== |
|
|
|
[i3lock](https://i3wm.org/i3lock/)> is a simple screen locker like slock. |
|
|
|
[i3lock](https://i3wm.org/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. |
|
|
|
|
|
|
@ -66,17 +66,11 @@ i3lock unless you have a reason to do so. |
|
|
|
First install the dependencies listed in requirements section, then run these |
|
|
|
commands (might need to be adapted to your OS): |
|
|
|
``` |
|
|
|
autoreconf --force --install |
|
|
|
|
|
|
|
rm -rf build/ |
|
|
|
mkdir -p build && cd build/ |
|
|
|
|
|
|
|
../configure \ |
|
|
|
--prefix=/usr \ |
|
|
|
--sysconfdir=/etc \ |
|
|
|
--disable-sanitizers |
|
|
|
|
|
|
|
make |
|
|
|
meson .. -Dprefix=/usr |
|
|
|
ninja |
|
|
|
``` |
|
|
|
|
|
|
|
Upstream |
|
|
|