Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 618 Bytes

xprintidle

xprintidle is a utility that queries the X server for the user's idle time and prints it to stdout (in milliseconds).

Building and Installing

Basically, use meson to compile and install the program:

meson build
meson install -C build

Dependencies

You need the development files for the X11, Xext and Xss library.

Contributing

To contribute source code to xprintidle please use GitHubs Pull-Request feature. Furthermore please make sure that you've run clang-format before commiting changes.

To report a problem or request a feature please use GitHubs Issue-Tracker.