From 0da068208e48100781dd227d52cea45d06e60cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 24 Mar 2017 16:58:35 +0100 Subject: [PATCH] midori-display.defaults: Move HIDE_IDLE_POINTER down, under POINTER_BUTTON_MAP. --- examples/midori-display.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/midori-display.default b/examples/midori-display.default index 24b3037..8ac50aa 100644 --- a/examples/midori-display.default +++ b/examples/midori-display.default @@ -30,9 +30,6 @@ DEFAULT_WWW_URI="file:///usr/share/doc/midori-display/midori-display.html" # Launch pulseaudio daemon if not already running. #WITH_PULSEAUDIO="yes" -# Hide idle mouse pointer. -#HIDE_IDLE_POINTER="yes" - # screensaver settings, see "man 1 xset" for possible options #SCREENSAVER_SETTINGS="" @@ -43,3 +40,6 @@ DEFAULT_WWW_URI="file:///usr/share/doc/midori-display/midori-display.html" # 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" + +# Hide idle mouse pointer. +#HIDE_IDLE_POINTER="yes"