NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

Fix --service on Linux #230

Closed nemani closed 7 years ago

nemani commented 7 years ago

UIP service was getting kbhit() continously, causing it to change wallpapers. Makes sure kbhit() is never true when UIP is running as service.

Fixes #217