From 15bcfd4ddda173f287f1dd7e3580578b271a1295 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 24 Mar 2020 04:45:08 +0100 Subject: [PATCH] updated fusuma config more sensible values --- config/fusuma/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/fusuma/config.yml b/config/fusuma/config.yml index 28c49bd..df00589 100644 --- a/config/fusuma/config.yml +++ b/config/fusuma/config.yml @@ -44,12 +44,12 @@ swipe: command: 'xdotool key alt+Left' pinch: in: - command: 'xdotool key ctrl+plus' - threshold: 0.3 - interval: 0.1 + command: 'xdotool key ctrl+equal' + threshold: 0.15 + interval: 0.2 out: command: 'xdotool key ctrl+minus' - threshold: 0.3 - interval: 0.1 + threshold: 0.15 + interval: 0.2