all repos — openbox @ 3a65ca613c966226f29a3ca3701ba8e1002d25a8

openbox fork - make it a bit more like ryudo

run builtins.py
Dana Jansens danakj@orodu.net
commit

3a65ca613c966226f29a3ca3701ba8e1002d25a8

parent

31e37b3e889daec26784399f6737ec9d8830e366

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/openbox.ccsrc/openbox.cc

@@ -134,8 +134,7 @@

// 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());