diff options
| author | 2026-02-23 20:19:30 -0500 | |
|---|---|---|
| committer | 2026-02-23 20:19:30 -0500 | |
| commit | 771e600b4fcc6a3fbfe8870e73b7c2082b5413d2 (patch) | |
| tree | 4cc6bab9fa759e2d9e5138386d6cb88fb78706f8 | |
| parent | added license (diff) | |
add instructions to readme
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ # lockrs A minimal X11 lockscreen make with xcb and rust. + +## Installation + +Clone the repo and then run: + +``` +cargo install --path . +``` + +ensure that `~/.cargo/bin` is on your PATH to be able to launch the application. + +## Usage + +You can run it from the command line or a launcher with `lockrs` or you could setup an auto lockscreen functionality like this `xautolock -time 5 -locker lockrs`. Note: xautolock is external software that you would need to download. |
