8000 GitHub - ranisalt/i3-swipe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ranisalt/i3-swipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-swipe

A simple daemon for using swipe gestures with i3.

Usage

Install using the provided install.sh script, which will detect your path and try to install the files.

To enable the service with systemd:

systemd --user enable i3-swipe.service

Then start with:

systemd --user start i3-swipe.service

Or manually run i3-swipe.py which will, by default, be on your path. You can alternatively pass DESTDIR to install.sh (env DESTDIR=/tmp install.sh) and provide a different install path for the Python script.

The default action is to move to the next open workspace with three-finger right swipe and to the previous with three-finger left swipe. If you know Python, just edit the 'GESTURE_SWIPE_END' == tokens[1] branch to send whatever command you want or fork and open an issue.

License

This work is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0