mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Added linux settings folder and gestures configuration for laptop trackpad.
This commit is contained in:
parent
8de90ba03d
commit
66aa3da7ed
1 changed files with 21 additions and 0 deletions
21
Linux Settings/Gesture Settings/Gestures.conf
Normal file
21
Linux Settings/Gesture Settings/Gestures.conf
Normal file
|
|
@ -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'
|
||||||
Loading…
Reference in a new issue