forked from pool/gnome-settings-daemon
23 lines
814 B
Diff
23 lines
814 B
Diff
|
From 2e56b5ce4d42a26146c36f5b734b99352069ebaf Mon Sep 17 00:00:00 2001
|
||
|
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
|
||
|
Date: Sat, 08 Oct 2011 14:34:09 +0000
|
||
|
Subject: mouse: Set default touchpad deactivation to 1.0s
|
||
|
|
||
|
https://bugzilla.gnome.org/show_bug.cgi?id=590783
|
||
|
---
|
||
|
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
|
||
|
index 8a1d444..17a7219 100644
|
||
|
--- a/plugins/mouse/gsd-mouse-manager.c
|
||
|
+++ b/plugins/mouse/gsd-mouse-manager.c
|
||
|
@@ -549,7 +549,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
|
||
|
|
||
|
args[0] = "syndaemon";
|
||
|
args[1] = "-i";
|
||
|
- args[2] = "2.0";
|
||
|
+ args[2] = "1.0";
|
||
|
args[3] = "-K";
|
||
|
args[4] = "-R";
|
||
|
args[5] = NULL;
|
||
|
--
|
||
|
cgit v0.9.0.2
|