It's available on crates.io now

pull/45/head
Takashi Kokubun 2 years ago
parent 07ffbd1e1c
commit 8c2efaa272
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

2
Cargo.lock generated

@ -837,7 +837,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"env_logger",
"evdev",

@ -35,20 +35,20 @@ Then reboot your machine to make sure the udev rule is applied.
After the reboot, download a binary from [Releases](https://github.com/k0kubun/xremap/releases).
If it doesn't work, please [install Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html)
and run one of the following commands in this repository and use `target/release/xremap`:
and run one of the following commands:
```bash
# X11
cargo build xremap --release --features x11
cargo install xremap --features x11
# GNOME Wayland
cargo build xremap --release --features gnome
cargo install xremap --features gnome
# Sway
cargo build xremap --release --features sway
cargo install xremap --features sway
# Others
cargo build xremap --release
cargo install xremap
```
You may also need to install `libx11-dev` to run the `xremap` binary for X11.

Loading…
Cancel
Save