[gnome-settings-daemon] mouse: Disable touchpad for longer



commit 3de30a7a14db5c3cdd88ead2e51a7f24cb071377
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 7 18:23:25 2010 +0000

    mouse: Disable touchpad for longer
    
    The default is 2 seconds, so when disabling the touchpad while typing
    we should probably disable it for 2 seconds unless there's a very good
    reason not to use that value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621836

 plugins/mouse/gsd-mouse-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
index 4ee0bd1..b4df9eb 100644
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -562,7 +562,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
 
                 args[0] = "syndaemon";
                 args[1] = "-i";
-                args[2] = "0.5";
+                args[2] = "2.0";
                 args[3] = "-k";
                 args[4] = NULL;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]