From 38529d479ef086d7cd9005529061e96114bca4a9 Mon Sep 17 00:00:00 2001 From: Harshad Gavali Date: Sun, 21 Nov 2021 15:33:24 +0530 Subject: [PATCH] Add aur package to README --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 9 ++++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aade91..e54ebc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "gesture_improvements_gesture_daemon" -version = "0.1.3" +version = "0.2.1" dependencies = [ "input", "libc", diff --git a/Cargo.toml b/Cargo.toml index ae09151..bbd2c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gesture_improvements_gesture_daemon" -version = "0.2.0" +version = "0.2.1" authors = ["Harshad Gavali "] edition = "2018" @@ -11,4 +11,4 @@ input = "0.7" libc = "0.2.107" zbus = "1.9" zvariant = "2.9" -serde = "1.0.130" \ No newline at end of file +serde = "1.0.130" diff --git a/README.md b/README.md index 6791f1f..c4c84ca 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ grep -E '^input:' /usr/lib/group | sudo tee -a /etc/group sudo usermod -aG input $USER ``` -### **From releases (Recommended)** +### **From releases** - Download zip file from [releases](https://github.com/harshadgavali/gnome-x11-gesture-daemon/releases) - Extract zip file - Inside extracted folder, Run @@ -24,6 +24,13 @@ sh install.sh --restart ``` +### Distributions + +* Arch Linux/Manjaro Linux - [gnome-x11-gesture-daemon](https://aur.archlinux.org/packages/gnome-x11-gesture-daemon) Thanks to @[yochananmarqos](https://github.com/yochananmarqos) +```code +yay -S gnome-x11-gesture-daemon +``` + ### Build from source #### Using docker/podman