]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
make the default drag threshold 8px
[chaz/openbox] / openbox / config.c
index 480308be603b3277486e1487aff185374176fb56..86068d75af24c06f68439294c3b1b9614384acf0 100644 (file)
@@ -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();
This page took 0.024428 seconds and 4 git commands to generate.