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 268d4e6d..e7fd7931 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -150,6 +150,7 @@ int main(int argc, char **argv) plugin_open("focus"); plugin_open("keyboard"); plugin_open("mouse"); + plugin_open("placement"); /* get all the existing windows */ client_manage_all(); |
