summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 07:33:07 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 07:33:07 +0000
commit29e3748605eaf86635aed48273bddfdcdcae05c4 (patch)
tree4c32e66d32fefcd0d70dc4d6bc0ff9e04eaa7d6f /openbox/openbox.c
parenteb6ef3533c828c534a8767b6d66a8ee544d55cfd (diff)
add a window placement plugin
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c1
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();