diff --git a/README.md b/README.md index c6d376e..4a68265 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Ubuntu-Comfortable-3-Finger-Swipe -Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++, for Ubuntu 16.04LTS and beyond. +Author: Rico Tiongson -## Installation Instructions -1. `sudo apt install libxdo-dev` -2. ` \ No newline at end of file +Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++, for Ubuntu 16.04LTS and beyond. Makes use of Xdotool to simulate a keyboard shortcut via + +## Installation +1. `sudo apt install libinput-dev libxdo-dev` +2. Tweak `src/comfortable-swipe.cpp` to fit keyboard shortcuts of your gestures +3. `bash install` + +## How to Run +1. `comfortable-swipe-serve` = +2. Flick away! + +## Optional: Add to Startup Applications +1. `gnome-session-properties` +2. Add + + ![Comfortable Swipe](img/sample.png) \ No newline at end of file diff --git a/img/sample.png b/img/sample.png new file mode 100644 index 0000000..ae10ca7 Binary files /dev/null and b/img/sample.png differ