Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 492 Bytes

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