summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index f45196e2..e8c70eb2 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -76,6 +76,8 @@ extern gboolean config_focus_last;
extern gboolean config_focus_under_mouse;
extern ObPlacePolicy config_place_policy;
+/*! Place windows in the center of the free area */
+extern gboolean config_place_center;
/*! When true windows' contents are refreshed while they are resized; otherwise
they are not updated until the resize is complete */