I am trying to figure out a way to programmatically wake a kiosk display as well as when the user taps it. I am currently using this:
killall clicklock && xset dpms force on
This works and clicklock is reinstated the next time the monitor sleeps. Though this seems like a hack. Is there a better method to achieve this?
I am trying to figure out a way to programmatically wake a kiosk display as well as when the user taps it. I am currently using this:
This works and clicklock is reinstated the next time the monitor sleeps. Though this seems like a hack. Is there a better method to achieve this?