From 7ec32f8b2e930d6c80c721bf548f075b0ced9095 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 24 Aug 2019 16:17:30 +0200 Subject: [PATCH] [config] change Link volume/spectrum and Snap --- src/libresrc/default_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index db476cfd7..dc7e6a190 100644 --- a/src/libresrc/default_config.json +++ b/src/libresrc/default_config.json @@ -60,7 +60,7 @@ "OUT" : 350 }, "Line Boundaries Thickness" : 2, - "Link" : true, + "Link" : false, "Lock Scroll on Cursor" : false, "Medusa Timing Hotkeys" : false, "Next Line on Commit" : true, @@ -76,7 +76,7 @@ }, "Snap" : { "Distance" : 8, - "Enable" : true + "Enable" : false }, "Spectrum" : true, "Start Drag Sensitivity" : 8,