WayKey
WayKey is a wayland automation tool.
Installation
Manual (Recommended)
-
Clone the repository:
git clone git@github.com:Nmstr/WayKey.git cd WayKey
-
Install dependencies:
uv sync
-
Create links:
sudo ln -s $(pwd)/WayKey/cli/run.sh /usr/bin/waykey sudo ln -s $(pwd)/WayKey/daemon/run.sh /usr/bin/waykeyd
Basic Usage
Start the daemon:
waykeyd
# or
sudo waykeyd
Click a Key:
waykey click KEY_A
# or
sudo waykey click KEY_A
Whether to use sudo
or not depends on your system configuration.