Skip to content

input: Do debug tinting on idle

Ben Widawsky requested to merge action-extraction into main

Tinting is expensive since it does an immediate composition. If it's done within the libinput context it can easily overrun events that libinput is trying to receive.

Furthermore, since tint is a debug feature, only do it on idle.

Merge request reports