Clone of slock, a simple X display locker (by suckless), written in rust.
-
Keyboard-only lock command line option: Locks keyboard while still displaying monitor
-
Custom password: Unlike slock, which uses the user's system password to exit the lock, rlock allows to set a custom password stored locally, with command line option to modify.
For unix, simply run
curl https://sh.rustup.rs -sSf | sh
to get the latest version of rust
git clone https://github.com/SilverSoldier/rlock.git
cargo build
cargo run
Add /target/debug/rlock
to ~/bin
, if ~/bin
is in your PATH
Use -h
or --help
for the command line arguments