summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-01 01:56:46 +0000
committerDana Jansens <danakj@orodu.net>2007-06-01 01:56:46 +0000
commitfba24cf073dc217d202dfb527bc0c9f8ddcbbd2d (patch)
treecd9bb5de90b7a2a0cd8b93333f2b91e2f8cf7426 /openbox
parent2d9260f8c4d1f8cf89502d76bed60b93882ee2f1 (diff)
make the default drag threshold 8px
Diffstat (limited to 'openbox')
-rw-r--r--openbox/config.c2
1 files changed, 1 insertions, 1 deletions
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();