Metadata-Version: 1.1
Name: gestures
Version: 0.2.2
Summary: Minimal Gtk+ app for libinput-gestures
Home-page: https://gitlab.com/cunidev/gestures
Author: Raffaele T.
Author-email: raffaele@board-db.org
License: GPL-3.0
Description: # Gestures
        A minimal Gtk+ GUI app for libinput-gestures
        
        ## Video demo:
        <a href="https://www.youtube.com/watch?feature=player_embedded&v=iNiokwCALUc" target="_blank"><img src="https://img.youtube.com/vi/iNiokwCALUc/0.jpg" alt="(click to open video)" width="480" height="360" border="10" /></a>
        
        ## Wiki
        [The wiki](https://gitlab.com/cunidev/gestures/wikis/home) 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](https://aur.archlinux.org/packages/gestures) (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`<br>
        `cd gestures`<br>
        `sudo python3 setup.py install`
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
