From fcc4730045ff8fe74b1488fb72077281f59e5d28 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 24 Mar 2017 16:56:59 +0100 Subject: [PATCH] midori-display.default: Add POINTER_BUTTON_MAP to defaults file. --- examples/midori-display.default | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/midori-display.default b/examples/midori-display.default index 1e6b0b9..24b3037 100644 --- a/examples/midori-display.default +++ b/examples/midori-display.default @@ -38,3 +38,8 @@ DEFAULT_WWW_URI="file:///usr/share/doc/midori-display/midori-display.html" # URI blocklist, URLs that Midori should block #URI_BLOCKLIST=".*(facebook|google|apple|microsoft|twitter)[^/]+/.*" + +# disable right and middle pointer device click in Midori sessions while keeping +# scrolling wheels' functionality intact... (consider "pointer" subcommand on +# xmodmap man page for details). +#POINTER_BUTTON_MAP="1 0 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"