]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
linear focus cycling
[chaz/openbox] / src / openbox.cc
index 6436140db239210613b5f299a450b4062754bae9..edee736e32f6a10c0ef5feaff1029774414d6500 100644 (file)
@@ -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
This page took 0.02213 seconds and 4 git commands to generate.