Skip to content

WayKey

Image

WayKey is a wayland automation tool.

Installation

  1. Clone the repository:

    git clone git@github.com:Nmstr/WayKey.git
    cd WayKey
    

  2. Install dependencies:

    uv sync
    

  3. 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.