diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-08-05 14:32:08 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-13 09:02:27 +1000 |
commit | a35b2d629d85d7a8c82621a5098a17e5ffb341dc (patch) | |
tree | 02118de477355065221e5a8024ff1add2cb1c156 | |
parent | 17bbcad28000bbd896a33047c0720ada89e05f5d (diff) |
conf: apply ClickPad softbuttons option through fdi file too
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | conf/11-x11-synaptics.fdi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/11-x11-synaptics.fdi b/conf/11-x11-synaptics.fdi index d487f09..fa54f33 100644 --- a/conf/11-x11-synaptics.fdi +++ b/conf/11-x11-synaptics.fdi @@ -30,6 +30,10 @@ For other possible options, check CONFIGURATION DETAILS in synaptics man page --> + <merge key="input.x11_options.SoftButtonAreas">50% 0 82% 0 0 0 0 0</merge> + <match key="info.product" contains="Apple|bcm5974"> + <merge key="input.x11_options.SoftButtonAreas">0 0 0 0 0 0 0 0</merge> + </match> </match> </device> </deviceinfo> |