summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/config.py b/scripts/config.py
index f0cd4baa..1028592e 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -19,6 +19,10 @@ theme = "/usr/local/share/openbox/styles/nyz"
# the end by Openbox.
titlebar_layout = "ILC"
+# double_click_delay - the number of milliseconds in which 2 clicks are
+# perceived as a double-click
+double_click_delay = 300
+
#############################################################################
### Options that can be modified by the user to change the default hooks' ###
### behaviors. ###