summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index cf41975d..41f0c7b1 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -163,6 +163,7 @@ Openbox::Openbox(int argc, char **argv)
PyRun_SimpleString("openbox = Openbox_instance()");
runPython(SCRIPTDIR"/clientmotion.py"); // moving and resizing clients
+ runPython(SCRIPTDIR"/clicks.py"); // titlebar/root clicks and dblclicks
runPython(_scriptfilepath.c_str());
// initialize all the screens