diff options
-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 | ||