diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-14 22:50:55 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-14 22:50:55 +0800 |
| commit | 8d595c8820db2691b1663b7780c2ba9830c3982a (patch) | |
| tree | f8a169c1a71461600ef0ec39dabd3ce77c4b77ab | |
| parent | 4d0634de356b0adc8d9a6e1100206d7b3f88b1bf (diff) | |
update
| -rw-r--r-- | libinput-gestures.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libinput-gestures.conf b/libinput-gestures.conf new file mode 100644 index 0000000..e9420e6 --- /dev/null +++ b/libinput-gestures.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Generated by Gestures 0.2.2 --> https://gitlab.com/cunidev/gestures | ||
| 2 | # Manual editing might result in data loss! | ||
| 3 | |||
| 4 | |||
| 5 | # Invalid lines | ||
| 6 | |||
| 7 | |||
| 8 | # Unsupported lines | ||
| 9 | |||
| 10 | # Swipe threshold (0-100) | ||
| 11 | swipe_threshold 0 | ||
| 12 | |||
| 13 | # Gestures | ||
| 14 | gesture swipe down 3 xdotool key ctrl+w | ||
| 15 | gesture swipe right 3 xdotool key alt+Left | ||
| 16 | gesture swipe left 3 xdotool key alt+Right \ No newline at end of file | ||