use markdown in readme
This commit is contained in:
parent
6b7c9b3afc
commit
50d3be5296
27
README
27
README
@ -1,9 +1,9 @@
|
|||||||
slock - simple screen locker
|
# slock - a fork of the suckless screenlocker for the _extremely_ paranoid
|
||||||
============================
|
|
||||||
simple screen locker utility for X.
|
|
||||||
|
|
||||||
Changes by chjj
|
This is my personal fork of slock. It is the only screenlocker secure enough
|
||||||
------------
|
for me to use.
|
||||||
|
|
||||||
|
## Changes from the original Slock
|
||||||
|
|
||||||
- Custom Password: You can provide a custom password so you don't have to enter
|
- Custom Password: You can provide a custom password so you don't have to enter
|
||||||
your user password on the X server. Simply create a ~/.slock_passwd file with
|
your user password on the X server. Simply create a ~/.slock_passwd file with
|
||||||
@ -47,22 +47,25 @@ Changes by chjj
|
|||||||
You must change [username] and [hostname] to your username and the hostname
|
You must change [username] and [hostname] to your username and the hostname
|
||||||
of the machine.
|
of the machine.
|
||||||
|
|
||||||
Requirements
|
## Requirements
|
||||||
------------
|
|
||||||
In order to build slock you need the Xlib header files.
|
In order to build slock you need the Xlib header files.
|
||||||
|
|
||||||
|
- Potential runtime deps: sudo, ffmpeg, setxkbmap, curl, aplay
|
||||||
|
- Other potential requirements: a twilio account, an imgur account
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
Installation
|
|
||||||
------------
|
|
||||||
Edit config.mk to match your local setup (slock is installed into
|
Edit config.mk to match your local setup (slock is installed into
|
||||||
the /usr/local namespace by default).
|
the /usr/local namespace by default).
|
||||||
|
|
||||||
Afterwards enter the following command to build and install slock
|
Afterwards enter the following command to build and install slock
|
||||||
(if necessary as root):
|
(if necessary as root):
|
||||||
|
|
||||||
make clean install
|
``` bash
|
||||||
|
$ make clean install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Running slock
|
||||||
|
|
||||||
Running slock
|
|
||||||
-------------
|
|
||||||
Simply invoke the 'slock' command. To get out of it, enter your password.
|
Simply invoke the 'slock' command. To get out of it, enter your password.
|
||||||
|
Loading…
Reference in New Issue
Block a user