A tiny, zero-dependency Rust program that prevents screen blanking and other
idle actions on systemd-based Linux systems. It is intended for Arch Linux and
uses systemd-inhibit, which is included with systemd.
cargo build --release
./target/release/caffeinePress Ctrl-C to stop caffeinating. To install it for your user:
install -Dm755 target/release/caffeine ~/.local/bin/caffeineYou can inspect the active lock with:
systemd-inhibit --list