• v0.1.0 e9cc21034a

    github-actions[bot] released this 2026-06-17 20:52:12 +00:00 | 2 commits to master since this release

    Install

    Download the binary for your architecture, make it executable, and move it to your PATH:

    # x86_64 (most desktops/laptops)
    curl -Lo scr33ny https://github.com/kilyabin/scr33ny/releases/download/v0.1.0/scr33ny-x86_64-linux
    chmod +x scr33ny
    sudo mv scr33ny /usr/local/bin/
    
    # ARM64 (Raspberry Pi 4+, Apple Silicon VM, etc.)
    curl -Lo scr33ny https://github.com/kilyabin/scr33ny/releases/download/v0.1.0/scr33ny-aarch64-linux
    chmod +x scr33ny
    sudo mv scr33ny /usr/local/bin/
    

    Requirements: Wayland compositor, libwayland-client, libxkbcommon.

    See README for usage and config.

    Downloads