summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-25 05:46:02 +0000
committerDana Jansens <danakj@orodu.net>2002-12-25 05:46:02 +0000
commit0816364a039fb0a0b2f989394ffb6af0b5221b3f (patch)
tree9a3a93f237aa3b90550a0773d502bed5abb3b022 /src/openbox.cc
parentb34824a4e2ddc0247099fa1b3952de426bfde05b (diff)
handle mouse clicks in the python scripts now
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