X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=ce1ff885019703dc5546071b480196cfd27aef2f;hb=1a9f697fe96145809f1ace900b01e06a58973203;hp=43386d3c319a02d4a191204bc41a4cbd19758fb2;hpb=6eb740cf119b14903afa3028e108dd98c57ff926;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 43386d3c..ce1ff885 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,8 +88,6 @@ 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;