summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rc.xml2
-rw-r--r--doc/rc-mouse-focus.xml2
-rw-r--r--openbox/config.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/rc.xml b/data/rc.xml
index 819fb00f..806e18e6 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -223,7 +223,7 @@
</keyboard>
<mouse>
- <dragThreshold>3</dragThreshold>
+ <dragThreshold>8</dragThreshold>
<!-- number of pixels the mouse must move before a drag begins -->
<doubleClickTime>200</doubleClickTime>
<!-- in milliseconds (1000 = 1 second) -->
diff --git a/doc/rc-mouse-focus.xml b/doc/rc-mouse-focus.xml
index dcfc3811..acf2c14a 100644
--- a/doc/rc-mouse-focus.xml
+++ b/doc/rc-mouse-focus.xml
@@ -221,7 +221,7 @@
</keyboard>
<mouse>
- <dragThreshold>3</dragThreshold>
+ <dragThreshold>8</dragThreshold>
<!-- number of pixels the mouse must move before a drag begins -->
<doubleClickTime>200</doubleClickTime>
<!-- in milliseconds (1000 = 1 second) -->
diff --git a/openbox/config.c b/openbox/config.c
index 480308be..86068d75 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -904,7 +904,7 @@ void config_startup(ObParseInst *i)
parse_register(i, "keyboard", parse_keyboard, NULL);
- config_mouse_threshold = 3;
+ config_mouse_threshold = 8;
config_mouse_dclicktime = 200;
bind_default_mouse();