| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Node/Electron module to detect idle desktop users (macOS, Windows, Linux, FreeBSD and OpenBSD).
Stable | Actively maintained | Pull Requests Welcome
Forked and inspired from node-system-idle-time
npm install --save desktop-idle # or yarn yarn add desktop-idle
var desktopIdle = require('desktop-idle');
console.log(desktopIdle.getIdleTime());
X server development package and pkg-config are required:
apt install libxss-dev pkg-config
yarn test
MIT - Bithavoc<im@bithavoc.io>
| Back | FazBrowse Home | New Git URL |