Skip to content

Glass Controller pre-GUI

Pre-release
Pre-release
Compare
Choose a tag to compare
@vgmoose vgmoose released this 16 May 19:28
· 10 commits to master since this release
4b456a1

Glass Controller is an app to allow you to configure certain properties of the touchpad to perform actions on your computer. You can configure gestures on the touch pad (X Fingers, Swipe Direction or Tap) to execute keyboard shortcuts, and optionally within certain app contexts.

For more information on how this tool is used and what each component is, see Usage. For examples of how to configure profiles to use with this tool, see this directory.

I'm uploading a binary as I've been using this program for a while, but the GUI isn't fully ready for ease of use. Ideally the 1.0 release of this app would not require the user to touch any JSON files at all.

That being said, I have a personal need for a FOSS utility like this and if someone wants to spend the time configuring the JSON files, they may find a use for it as well.

It's a little crashy as well, so for now it's best ran inside of while loop:

while true; do ./GlassCon; done