Skip to content

phonetic112/wl-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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