summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-09-04 10:54:05 +0300
committerMonsta <[email protected]>2015-09-04 10:54:05 +0300
commit7f42922169aed34f20233596a7657a00c14c9206 (patch)
tree12dfb5da588a7a551ac1508d35033d5683a9328d /plugins
parent831864565477ca67cce653e6b15c758776260f4e (diff)
downloadmate-settings-daemon-7f42922169aed34f20233596a7657a00c14c9206.tar.bz2
mate-settings-daemon-7f42922169aed34f20233596a7657a00c14c9206.tar.xz
mouse: use syndaemon -K to ignore Ctrl+C and other combos
adapted from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=d8e4167a257d253c0f02cb50d170b26ab57fb5be
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mouse/msd-mouse-manager.c2
1 files changed, 1 insertions, 1 deletions
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;