ArchLinux How to say LED Matrix to not turn off after some time

Hi, I am using ArchLinux on the FW16 and I installed the LED matrix modules.
I installed the inputmodule-control package and I can interact with them.

However I have to questions.

  • How do I stop the modules from turning off automatically? I just want to set the modules to be always enabled

They turn off after a minute of no activity. inputmodule-control is really just a demo suite of things you can do. You just have to put it on a loop to re-apply every <1minute. Or use clock which updates every second and therefore it never turns off.

I currently set the Matrix within a /etc/profile.d script. I really don’t want to run a loop script in there.