Blob Blame History Raw
diff -up easystroke-0.6.0/gesture.cc.scorefix easystroke-0.6.0/gesture.cc
--- easystroke-0.6.0/gesture.cc.scorefix	2019-10-18 14:56:23.512506176 -0400
+++ easystroke-0.6.0/gesture.cc	2019-10-18 14:56:43.932073791 -0400
@@ -104,9 +104,9 @@ int Stroke::compare(RStroke a, RStroke b
 		return -1;
 	score = MAX(1.0 - 2.5*cost, 0.0);
 	if (a->timeout)
-		return score > 0.85;
+		return score > 0.95;
 	else
-		return score > 0.7;
+		return score > 0.92;
 }
 
 Glib::RefPtr<Gdk::Pixbuf> Stroke::draw(int size, double width, bool inv) const {