X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=fc1d217e4d000000a23d6e8565dc54b2e85ef9bc;hb=f866c034bf6e954791442ff029d5ae51ab0bd616;hp=a111a06f5293dc406f4479124b790603fe721fab;hpb=5e282dae08be3b900e0337efa0fae8f3ffa92cd7;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index a111a06f..fc1d217e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -47,6 +47,11 @@ struct _ObAppSettings gboolean pos_given; gboolean pos_force; + gint width_num; + gint width_denom; + gint height_num; + gint height_denom; + guint desktop; gint shade; gint decor; @@ -83,6 +88,8 @@ extern gboolean config_unfocus_leave; /*! The algorithm to use for placing new windows */ extern ObPlacePolicy config_place_policy; +/*! Place windows in the center of the free area */ +extern gboolean config_place_center; /*! Place windows on the active monitor (unless they are part of an application already on another monitor) */ extern ObPlaceMonitor config_place_monitor;