nomeata / arbtt

arbtt, the automatic rule-based time-tracker
http://arbtt.nomeata.de/
GNU General Public License v2.0
318 stars 36 forks source link

Receiving input from gamepad while no button is being pressed #140

Closed isqnwtn closed 1 year ago

isqnwtn commented 2 years ago

While the Bluetooth gamepad is connected, keeps receiving input from it while the gamepad in fact is actually turned off. This is happening in WSL1, and the gamepad I'm using is RedGear. even if the gamepad is turned off if the Bluetooth adapter is connected it seems to be registering some sort of input which in turn results in high activity over any app that is presently active

nomeata commented 2 years ago

Thanks for the report. arbtt gets the “last activity” information from the X server using the XScreenSaverQueryInfo function call.

I would assume that a screensaver would also not get activated while your gamepad is plugged in?

isqnwtn commented 1 year ago

Yes, I think it's something that has to be fixed with the drivers.