swaywm / swayidle

Idle management daemon for Wayland
MIT License
550 stars 50 forks source link

Catch the first touch event to prevent blind clicks on a blanked touchscreen. #142

Open Oquirella opened 1 year ago

Oquirella commented 1 year ago

I this possible with swayidle or another application on wayland?

nicoske commented 1 year ago

I'm wondering if this is possible as well, couldn't figure out how to ignore first touch that should be used to wake up screen. Maybe using swaylock ?

nicoske commented 1 year ago

So I had a look with swaylock but there's no way to just ignore the authentication part. It could be achieved using a very simple wayland application that just catch any input event on the screen then exit..