Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Jul 12, 2022
1 parent 6b9bfee commit 6804d1a
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# wljoywake
Wayland idle inhibit on joystick input
# Wayland Joystick Wake

Wayland tool for idle inhibit when using joysticks. Requires idle_inhibit_unstable_v1 protocol.

Usage: wljoywake [options]

Options:
-t TIMEOUT_SECONDS Set idle wakeup timeout
-h --help Show this help message
-v --version Show version


### Dependencies

* wayland-client
* wayland-scanner
* wayland-protocols
* libudev

### Building

meson setup --prefix /usr build
ninja -C build && ninja -C build install

0 comments on commit 6804d1a

Please sign in to comment.