diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 21:36:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 21:36:09 +0000 |
| commit | a0350e27b311db5cab49035752d3852ee68bf8a2 (patch) | |
| tree | 1d53117e9998e39701e296c03bed9b27b1e8af36 /scripts | |
| parent | 86a2bed6595cdc926dccb4a7c0f984fd5996e3c2 (diff) | |
allow "event bindings" via ebind() for new windows/window enter/leave
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config.py | 4 |
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. ### |
