From 46e94e99c3d045b38b9fd03713253cd32b486038 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Thu, 7 Feb 2019 03:36:56 +0800 Subject: [PATCH] Improve README; change default threshold to 20.0 --- README.md | 2 +- src/defaults.conf | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4bfa32..8c18c57 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Comfortable swipe makes use of keyboard shortcuts for configurations. The config Property | Description | Default Value | Default Behavior --------- | ----------- | -------------- | ----- -threshold | mouse pixels to activate swipe; higher = less sensitive; floating-point | 0.0 +threshold | mouse pixels to activate swipe; higher = less sensitive; floating-point (Note: Sky is the limit! Can be as large as 1000.0) | 20.0 left3 | 3-finger swipe left | ctrl+shift+Right | switch to right workspace left4 | 4-finger swipe left | ctrl+alt+shift+Right | move window to right workspace right3 | 3-finger swipe right | ctrl+shift+Left | switch to left workspace diff --git a/src/defaults.conf b/src/defaults.conf index a2f0dc0..9b92261 100644 --- a/src/defaults.conf +++ b/src/defaults.conf @@ -13,8 +13,11 @@ # Threshold # Tweak this value depending on the sensitivity of your mousepad to perform # gestures. A higher value means less sensitive. -# Default: threshold = 0.0 -threshold = 0.0 +# +# (Note: Sky is the limit! Can be as large as 1000.0) +# +# Default: threshold = 20.0 +threshold = 20.0 ############################# # THREE / FOUR FINGER SWIPE #