Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.38 KB

Gestures

A minimal Gtk+ GUI app for libinput-gestures

Video demo:

(click to open video)

Wiki

The wiki is still quite small, but it might help, for example, to find useful commands for actions like workspace manipulation and keystroke emulation under Xorg and Wayland.

Dependencies:

  • Python 3 with gi module
  • python3-setuptools
  • xdotool (recommended)
  • libinput-gestures
  • libinput-tools

On Debian/Ubuntu, type: sudo apt install python3 python3-setuptools xdotool python3-gi libinput-tools python-gobject

To install libinput-gestures, follow the instructions on its official page: https://github.com/bulletmark/libinput-gestures

Install

On Arch Linux

Gestures is also available in Arch AUR (disclaimer: I'm not the maintainer).

On Solus

Solus users can install Gestures directly from the official repos: Search for Gestures in Solus Software Center or install from command line: sudo eopkg it gestures

From source

Please install the above dependencies before proceeding.

git clone https://gitlab.com/cunidev/gestures
cd gestures
sudo python3 setup.py install