Skip to content

Instantly share code, notes, and snippets.

View matiszz's full-sized avatar

Matias matiszz

View GitHub Profile
@ddrager
ddrager / gesture.json
Created February 6, 2019 09:21
Deepin Linux Touchpad Config - Including 3 tap for middle button click. /usr/share/dde-daemon/gesture.json
[
{
"Name": "tap",
"Direction": "none",
"Fingers": 3,
"Action": {
"Type": "commandline",
"Action": "xdotool click 2"
}
},