]> Dogcows Code - chaz/openbox/commitdiff
run builtins.py
authorDana Jansens <danakj@orodu.net>
Fri, 3 Jan 2003 07:04:30 +0000 (07:04 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 3 Jan 2003 07:04:30 +0000 (07:04 +0000)
src/openbox.cc

index 230c749d620190f266eb01d28f3564f2cdfcec00..655fe0d53bd7a3d0e43fbd7d8b5b90885d3b7a67 100644 (file)
@@ -134,8 +134,7 @@ 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"/builtins.py"); // builtin callbacks
   // run the user's script
   python_exec(_scriptfilepath.c_str());
 
This page took 0.022222 seconds and 4 git commands to generate.