From ad44e8a708b6836c9d84be7205457cfa82800a65 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 18 Mar 2003 08:39:28 +0000 Subject: add actions for key/mouse bindings etc --- openbox/openbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/openbox.c') 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(); -- cgit v1.2.3