From 7f42922169aed34f20233596a7657a00c14c9206 Mon Sep 17 00:00:00 2001 From: Monsta Date: Fri, 4 Sep 2015 10:54:05 +0300 Subject: mouse: use syndaemon -K to ignore Ctrl+C and other combos adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be --- plugins/mouse/msd-mouse-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c index 95b0073..fbb331e 100644 --- a/plugins/mouse/msd-mouse-manager.c +++ b/plugins/mouse/msd-mouse-manager.c @@ -593,7 +593,7 @@ set_disable_w_typing (MsdMouseManager *manager, gboolean state) args[0] = "syndaemon"; args[1] = "-i"; args[2] = "0.5"; - args[3] = "-k"; + args[3] = "-K"; args[4] = "-R"; args[5] = NULL; -- cgit v1.2.1