From 0816364a039fb0a0b2f989394ffb6af0b5221b3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Dec 2002 05:46:02 +0000 Subject: handle mouse clicks in the python scripts now --- src/openbox.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openbox.cc') 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 -- cgit v1.2.3