From fba24cf073dc217d202dfb527bc0c9f8ddcbbd2d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 01:56:46 +0000 Subject: make the default drag threshold 8px --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/config.c') 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(); -- cgit v1.2.3