Improve README; change default threshold to 20.0

This commit is contained in:
Rico Tiongson 2019-02-07 03:36:56 +08:00
parent 2afd11d58e
commit 46e94e99c3
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 #