From f162795598c9a6be8453db8b4aeecb6b80238c63 Mon Sep 17 00:00:00 2001 From: Robert Hooker Date: Mon, 27 Feb 2012 12:23:17 -0500 Subject: [PATCH] Increase syndaemon poll interval to 500ms. --- plugins/mouse/gsd-mouse-manager.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c index 82c65a9..c67480c 100644 --- a/plugins/mouse/gsd-mouse-manager.c +++ b/plugins/mouse/gsd-mouse-manager.c @@ -517,7 +517,9 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state) args[2] = "0.5"; args[3] = "-K"; args[4] = "-R"; - args[5] = NULL; + args[5] = "-m"; + args[6] = "500"; + args[7] = NULL; if (!g_find_program_in_path (args[0])) return 0; -- 1.7.9