Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 959 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 959 Bytes

wl-clicker

A simple and insanely fast autoclicker for Wayland.

It works with compositors that support the wlr-virtual-pointer protocol.

Setup

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]

Usage

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.

Gallery

image

image