Add runtime-configurable X polling frequency
commitbd0a95ff652ccfc2b69623cd9cc9522981f7adf3
authorSylvain <syfou@users.sourceforge.net>
Thu, 6 Mar 2008 06:10:56 +0000 (6 01:10 -0500)
committerSylvain <syfou@users.sourceforge.net>
Thu, 6 Mar 2008 06:10:56 +0000 (6 01:10 -0500)
tree219e1677d8660fb5f9b80704ba3ba8948798f31b
parentc773f20b37a9080d7177d6693b823da150e51e2f
Add runtime-configurable X polling frequency

You can now set dynamically how often the interpreter will poll the X
server via the shell frontend or the ADESKLETS_POLLING environment
variable; it will help throttle overall power consumption on systems
(typically laptops) able toggle to sleep mode when idle.

Thanks to Stefan Huszics for the suggestion.
configure.ac
src/adesklets.c
src/adesklets.h
src/cfgfile.c
src/command.c
src/command.h
utils/adesklets_frontend.sh.in