.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH XPRINTIDLE 1 "2020-11-23" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME xprintidle \- utility printing user's idle time in X . .SH SYNOPSIS .B xprintidle .RI [ OPTION .\|.\|.] . .SH DESCRIPTION .B xprintidle is a utility that queries the X server for the user's idle time and prints it to stdout (in milliseconds). . .SH OPTIONS .SS "Generic Program Information" .TP .B \-h ", " \-\^\-help Output a usage message and exit. .TP .B \-v ", " \-\^\-version Output the version number and exit. . .SH BUGS Please use .UR https://github.com/g0hl1n/xprintidle/issues the GitHub bugtracker .UE to report bugs. . .SH AUTHOR xprintidle was initially written by Magnus Henoch . For a full list of authors see .UR https://github.com/g0hl1n/xprintidle/blob/master/AUTHORS the AUTHORS file .UE . .PP This manual page was written by Milan Zamazal , for the Debian project (but may be used by others) and adapted by Richard Leitner for https://github.com/g0hl1n/xprintidle.