]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
trasitioning for new button event handling
[chaz/openbox] / src / openbox.cc
index 436c09fadb6ec9c6eb5bfd3976b812bc790adebe..437e5ead23c0b94f3e561cb507737946e4a116db 100644 (file)
@@ -134,8 +134,8 @@ Openbox::Openbox(int argc, char **argv)
   // load config values
   python_exec(SCRIPTDIR"/config.py"); // load openbox config values
   // run all of the python scripts
-  python_exec(SCRIPTDIR"/clientmotion.py"); // moving and resizing clients
-  python_exec(SCRIPTDIR"/clicks.py"); // titlebar/root clicks and dblclicks
+//  python_exec(SCRIPTDIR"/clientmotion.py"); // moving and resizing clients
+//  python_exec(SCRIPTDIR"/clicks.py"); // titlebar/root clicks and dblclicks
   // run the user's script
   python_exec(_scriptfilepath.c_str());
 
This page took 0.023551 seconds and 4 git commands to generate.