Skip to content

supersaiyanmode/PyMultitouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMultitouch

This is a port of xSwipe.

Installation

Prerequisites

If you are using the Ubuntu 14.04 or later, you'll need to rollback to an older version of synclient. Run the following in a terminal:

$ sudo apt-get install -y git build-essential libevdev-dev autoconf automake libmtdev-dev xorg-dev xutils-dev libtool
$ sudo apt-get remove -y xserver-xorg-input-synaptics
$ git clone https://github.com/Chosko/xserver-xorg-input-synaptics.git
$ cd xserver-xorg-input-synaptics
$ ./autogen.sh
$ ./configure --exec_prefix=/usr
$ make
$ sudo make install

Restart your X session (CTRL + ALT + BACKSPACE, if enabled).

Install PyMultitouch

$ wget 'https://github.com/supersaiyanmode/PyMultitouch/archive/master.zip'
$ unzip PyMultitouch-master.zip
$ cd PyMultitouch-master.zip
$ sudo pip install -r requirements.txt
$ mkdir -p ~/.config/pymultitouch
$ cp config.txt ~/.config/multitouch/.
$ python main.py &

Configuration

The configuration file is located at ~/.config/pymultitouch/config.txt.

About

Multitouch for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages