harshadgavali / gnome-x11-gesture-daemon

MIT License
68 stars 4 forks source link

Installation

User needs be in input group

sudo usermod -aG input $USER

From releases

OR to restart daemon, without rebooting

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

make build-docker && make install

Without docker/podman

apt/deb based distributions

sudo apt install libinput-dev

* Then build and install

make build && make install


### Troubleshooting
- First make sure you've restarted your system after installing.

- Run following command to check if service is running properly (It should be running on X11).

systemctl --user status gesture_improvements_gesture_daemon.service


- Open issue on github, with output of the above command
### Uninstallation

Without sudo/root

sh ./uninstall.sh



# Contributors
[Swastik Dwivedi](https://github.com/drunckj)

# Thanks
[@Smithay](https://github.com/Smithay) for [rust bindings](https://crates.io/crates/input)  for libinput

[FreeDesktop/Dbus Project](https://gitlab.freedesktop.org/dbus/) for [Rust API](https://crates.io/crates/zbus) for D-Bus.