run builtins.py
This commit is contained in:
parent
31e37b3e88
commit
3a65ca613c
1 changed files with 1 additions and 2 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue