Mercurial > code > home > repos > racc
view collector/idle_linux.py @ 10:6b6b1ea0e00d default tip
ok for no window to be focused (untested)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 19:16:58 -0700 |
parents | 5ad799e534a5 |
children |
line wrap: on
line source
import xprintidle def get_idle_seconds(): return xprintidle.idle_time() / 1000