diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 07:04:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 07:04:30 +0000 |
| commit | 3a65ca613c966226f29a3ca3701ba8e1002d25a8 (patch) | |
| tree | 3558e594d5ef803d3c91f49f23ec1ac1fdbb417c | |
| parent | 31e37b3e889daec26784399f6737ec9d8830e366 (diff) | |
run builtins.py
| -rw-r--r-- | src/openbox.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 230c749d..655fe0d5 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -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()); |
