diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-18 10:48:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-18 10:48:38 +0800 |
commit | 6b6fddb68e2d5a2de20b8878a21daeed987f272f (patch) | |
tree | 916cba39a16124d9dbfd4bcbec1c3b5f429d58ec | |
parent | e52fd3c1c8e38fd26d037223508dd460d066914f (diff) |
update
-rw-r--r-- | libinput-gestures.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libinput-gestures.conf b/libinput-gestures.conf index e9420e6..051c632 100644 --- a/libinput-gestures.conf +++ b/libinput-gestures.conf | |||
@@ -11,6 +11,7 @@ | |||
11 | swipe_threshold 0 | 11 | swipe_threshold 0 |
12 | 12 | ||
13 | # Gestures | 13 | # Gestures |
14 | gesture swipe down 3 xdotool key ctrl+w | 14 | gesture swipe down 3 xdotool key Ctrl+w |
15 | gesture swipe right 3 xdotool key alt+Left | 15 | gesture swipe up 3 xdotool key Alt+p |
16 | gesture swipe left 3 xdotool key alt+Right \ No newline at end of file | 16 | gesture swipe right 3 xdotool key Alt+Left |
17 | gesture swipe left 3 xdotool key Alt+Right | ||