X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fconfig.h;h=c09a1f4f1cfb5335add5a71c4a6cef14eb5a06f6;hp=beb54be4e6393102c23e521a9aeb12774efa5c75;hb=9325c92056ff4268db2263cdf8c07bb529e158aa;hpb=32c93f09f03bd2d7c7bf3408febbe9fa7f8dd1cc diff --git a/openbox/config.h b/openbox/config.h index beb54be4..c09a1f4f 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -38,6 +38,8 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + GPatternSpec *group_class; + GPatternSpec *group_name; GPatternSpec *title; ObClientType type; @@ -45,6 +47,12 @@ struct _ObAppSettings gboolean pos_given; gboolean pos_force; + gint width_num; + gint width_denom; + gint height_num; + gint height_denom; + gboolean size_given; + guint desktop; gint shade; gint decor; @@ -82,8 +90,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;