wayidle

Crates.iowayidle
lib.rswayidle
version0.1.1
sourcesrc
created_at2023-05-29 14:21:47.280983
updated_at2023-05-29 14:22:23.748605
descriptionWayland idle timeout waiter
homepagehttps://sr.ht/~whynothugo/wayidle
repository
max_upload_size
id877151
size12,335
Hugo (WhyNotHugo)

documentation

README

wayidle

Wayidle waits until the Wayland compositor reports being N seconds idle. If a command was specified, it will exec into that command, otherwise, it will exit zero.

Wayidle is designed for usage is shell scripts or execline scripts.

> wayidle --help
Usage: wayidle [-s|--seat=SEAT_NAME] -t|--timeout=SECONDS [COMMAND]
    All arguments MUST be in order.

Development

Patches can be sent to my my public inbox.

git config sendemail.to '~whynothugo/public-inbox@lists.sr.ht'
git config format.subjectPrefix "PATCH wayidle"
git send-email FIRST_COMMIT~..

Licence

This project is licensed under the ISC licence. See LICENCE.md for details.

Commit count: 0

cargo fmt