From 66aa3da7edcde995061f82ff5284d4558d87b4e6 Mon Sep 17 00:00:00 2001 From: Bradley Date: Wed, 13 May 2020 14:31:05 -0700 Subject: [PATCH] Added linux settings folder and gestures configuration for laptop trackpad. --- Linux Settings/Gesture Settings/Gestures.conf | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Linux Settings/Gesture Settings/Gestures.conf diff --git a/Linux Settings/Gesture Settings/Gestures.conf b/Linux Settings/Gesture Settings/Gestures.conf new file mode 100644 index 0000000..6fa7c09 --- /dev/null +++ b/Linux Settings/Gesture Settings/Gestures.conf @@ -0,0 +1,21 @@ +# Generated by Gestures 0.2.2 --> https://gitlab.com/cunidev/gestures +# Manual editing might result in data loss! + + +# Invalid lines + + +# Unsupported lines + +# Swipe threshold (0-100) +swipe_threshold 0 + +# Gestures +gesture swipe up 3 xdotool key super +gesture swipe down 3 xdotool key Escape +gesture swipe right 3 xdotool key 'ctrl+alt+Left' +gesture swipe left 3 xdotool key 'ctrl+alt+Right' +gesture pinch out 3 xdotool key 'ctrl+plus' +gesture pinch in 3 xdotool key 'ctrl+minus' +gesture swipe left 4 xdotool key 'alt+Left' +gesture swipe right 4 xdotool key 'alt+Right' \ No newline at end of file