diff options
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 5c1e0178..bf8913bc 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -141,6 +141,7 @@ int main(int argc, char **argv) /* XXX load all plugins!! */ plugin_open("focus"); + plugin_open("keyboard"); /* get all the existing windows */ client_manage_all(); |
