A simple and insanely fast autoclicker for Wayland.
It works with compositors that support the wlr-virtual-pointer protocol.
Ensure the dependencies are installed:
sudo pacman -S wayland linux-api-headers wlr-protocols
Compile with make
.
Your user may need to be added to the input
group. Check with:
groups [user]
If input
isn't listed, add your user to it:
sudo usermod -aG input [user]
wl-clicker [clicks-per-second] [options]
Use wl-clicker -h
to see options.
Then, hold down F8 to start clicking.
Note that actual click speed may be slightly lower than requested due to compositor/app limitations.