Mercurial > code > home > repos > racc
view idle_linux.py @ 1:04c8a1b3976b
volume r/w on linux+osx
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 Mar 2023 21:24:53 -0800 |
parents | 05bdded21d38 |
children |
line wrap: on
line source
import xprintidle def get_idle_seconds(): return xprintidle.idle_time() / 1000