diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 09:01:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 09:01:40 +0000 |
| commit | 707f70682abe0dfaadbf76843a0dccb33f0eaeda (patch) | |
| tree | c34a8ef58c0a24afa6018a31dff54a973563db9f /src/openbox.cc | |
| parent | 9a64438a5a53624e5f5c7c3dbb5123e246693e5e (diff) | |
linear focus cycling
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
