X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.cc;h=edee736e32f6a10c0ef5feaff1029774414d6500;hb=3a5d404a081e5510c017a0781d9c1c557811d180;hp=6436140db239210613b5f299a450b4062754bae9;hpb=0348a2f3abd2334f5f5812c5fb45c1b4fffb46a5;p=chaz%2Fopenbox diff --git a/src/openbox.cc b/src/openbox.cc index 6436140d..edee736e 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -150,6 +150,7 @@ Openbox::Openbox(int argc, char **argv) python_exec(SCRIPTDIR"/config.py"); // load openbox config values // run all of the python scripts python_exec(SCRIPTDIR"/builtins.py"); // builtin callbacks + python_exec(SCRIPTDIR"/focus.py"); // focus helpers // run the user's script or the system defaults if that fails if (!python_exec(_scriptfilepath.c_str())) python_exec(SCRIPTDIR"/defaults.py"); // system default bahaviors