diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-25 05:46:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-25 05:46:02 +0000 |
| commit | 0816364a039fb0a0b2f989394ffb6af0b5221b3f (patch) | |
| tree | 9a3a93f237aa3b90550a0773d502bed5abb3b022 /src/openbox.cc | |
| parent | b34824a4e2ddc0247099fa1b3952de426bfde05b (diff) | |
handle mouse clicks in the python scripts now
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 1 |
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 |
